restic/debug_release.go

8 lines
122 B
Go

// +build !debug
package restic
func debug(tag string, fmt string, args ...interface{}) {}
func debug_break(string) {}