forked from TrueCloudLab/restic
9 lines
151 B
Go
9 lines
151 B
Go
// +build !debug
|
|
|
|
package debug
|
|
|
|
func Log(tag string, fmt string, args ...interface{}) {}
|
|
|
|
func Break(string) {}
|
|
|
|
func BreakIf(string, func() bool) {}
|