1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-06 22:43:37 +00:00
restic/cmd/khepri/debug_release.go
2014-11-15 19:08:15 +01:00

5 lines
79 B
Go

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