mirror of
https://github.com/restic/restic.git
synced 2024-12-23 16:26:11 +00:00
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) {}
|