2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-28 22:49:01 +00:00
restic/cmd/restic/debug_release.go
2014-12-05 21:45:49 +01:00

6 lines
83 B
Go

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