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

6 lines
83 B
Go
Raw Normal View History

2014-11-16 14:40:28 +00:00
// +build !debug_cmd
package main
func debug(fmt string, args ...interface{}) {}