mirror of
https://github.com/quexten/goldwarden.git
synced 2025-01-10 18:12:35 +01:00
13 lines
196 B
Go
13 lines
196 B
Go
//go:build !logging
|
|
|
|
package logging
|
|
|
|
func Debugf(format string, args ...interface{}) {
|
|
}
|
|
|
|
func Errorf(format string, args ...interface{}) {
|
|
}
|
|
|
|
func Panicf(format string, args ...interface{}) {
|
|
}
|