2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-08 03:50:49 +00: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) {}