mirror of
https://github.com/quexten/goldwarden.git
synced 2024-12-27 13:23:09 +03: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{}) {
|
||
|
}
|