mirror of
https://github.com/restic/restic.git
synced 2025-01-22 23:38:37 +00:00
5 lines
81 B
Go
5 lines
81 B
Go
// +build !debug
|
|
|
|
package khepri
|
|
|
|
func debug(fmt string, args ...interface{}) {}
|