forked from TrueCloudLab/restic
6 lines
81 B
Go
6 lines
81 B
Go
|
// +build !debug
|
||
|
|
||
|
package khepri
|
||
|
|
||
|
func debug(fmt string, args ...interface{}) {}
|