2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-06 02:50:50 +00:00
restic/debug_release.go

6 lines
81 B
Go
Raw Normal View History

// +build !debug
2014-12-05 20:45:49 +00:00
package restic
func debug(fmt string, args ...interface{}) {}