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