mirror of https://github.com/markbates/pkger.git
6 lines
80 B
Go
6 lines
80 B
Go
|
// +build !debug
|
||
|
|
||
|
package pkger
|
||
|
|
||
|
func Debug(format string, a ...interface{}) {}
|