mirror of
https://github.com/quexten/goldwarden.git
synced 2024-11-24 06:17:44 +03:00
13 lines
199 B
Go
13 lines
199 B
Go
//go:build nooplogging
|
|
|
|
package logging
|
|
|
|
func Debugf(format string, args ...interface{}) {
|
|
}
|
|
|
|
func Errorf(format string, args ...interface{}) {
|
|
}
|
|
|
|
func Panicf(format string, args ...interface{}) {
|
|
}
|