2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-26 21:49:01 +00:00
restic/cmd/khepri/debug_release.go

6 lines
79 B
Go
Raw Normal View History

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