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