mirror of
https://github.com/Fishwaldo/restic.git
synced 2025-03-20 22:11:33 +00:00
6 lines
81 B
Go
6 lines
81 B
Go
|
// +build !debug
|
||
|
|
||
|
package khepri
|
||
|
|
||
|
func debug(fmt string, args ...interface{}) {}
|