pkger/debug_shim.go

6 lines
80 B
Go
Raw Normal View History

2019-08-03 23:36:56 +03:00
// +build !debug
package pkger
func Debug(format string, a ...interface{}) {}