Former/debug_off.go

6 lines
86 B
Go

//go:build !debug
package main
func debugLog(format string, args ...interface{}) {}