restic/debug/debug_release.go

10 lines
151 B
Go
Raw Normal View History

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