mirror of
https://github.com/quexten/goldwarden.git
synced 2024-12-26 21:01:45 +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{}) {
|
|
}
|