forked from TrueCloudLab/restic
Add debug() function to khepri cmd and lib
This commit is contained in:
parent
4b0fae6099
commit
bd105b69a8
3 changed files with 44 additions and 1 deletions
5
debug_release.go
Normal file
5
debug_release.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
// +build !debug
|
||||
|
||||
package khepri
|
||||
|
||||
func debug(fmt string, args ...interface{}) {}
|
Loading…
Add table
Add a link
Reference in a new issue