1
0
mirror of https://github.com/restic/restic.git synced 2024-07-01 08:30:53 +02:00
restic/debug/debug_release.go
2015-03-15 14:00:28 +01:00

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) {}