mirror of
https://github.com/restic/restic.git
synced 2024-12-22 15:57:07 +00:00
5 lines
81 B
Go
5 lines
81 B
Go
// +build !debug
|
|
|
|
package restic
|
|
|
|
func debug(fmt string, args ...interface{}) {}
|