restic/debug/debug_release.go
2015-06-21 17:40:22 +02:00

6 lines
90 B
Go

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