restic/debug/debug_release.go

10 lines
151 B
Go

// +build !debug
package debug
func Log(tag string, fmt string, args ...interface{}) {}
func Break(string) {}
func BreakIf(string, func() bool) {}