mirror of
https://github.com/restic/restic.git
synced 2026-07-03 22:14:17 +00:00
Add debug() function to khepri cmd and lib
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// +build !debug
|
||||
|
||||
package khepri
|
||||
|
||||
func debug(fmt string, args ...interface{}) {}
|
||||
Reference in New Issue
Block a user