2022-03-28 20:23:47 +00:00
|
|
|
//go:build !debug
|
2015-01-14 21:08:48 +00:00
|
|
|
// +build !debug
|
|
|
|
|
|
|
|
package debug
|
|
|
|
|
2016-09-27 20:23:34 +00:00
|
|
|
// Log prints a message to the debug log (if debug is enabled).
|
2016-09-27 20:35:08 +00:00
|
|
|
func Log(fmt string, args ...interface{}) {}
|