github.com/oarkflow/log@v1.0.78/fqdn/log.go (about) 1 //go:build !DEBUG 2 // +build !DEBUG 3 4 package fqdn 5 6 // Internal debug functions which by default does nothing. This allows compiler 7 // to optimize it out so it has no performance impact. If you want the output, 8 // recompile with `-tags DEBUG`. 9 func debug(s string, v ...interface{}) {}