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