mirror of
https://github.com/restic/restic.git
synced 2026-09-07 04:57:58 +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