restic/debug/debug_release.go

10 lines
151 B
Go
Raw Normal View History

2015-01-14 22:08:48 +01:00
// +build !debug
package debug
func Log(tag string, fmt string, args ...interface{}) {}
func Break(string) {}
2015-03-15 14:00:28 +01:00
func BreakIf(string, func() bool) {}