mirror of
https://github.com/restic/restic.git
synced 2024-12-27 10:17:58 +00:00
7 lines
113 B
Go
7 lines
113 B
Go
// +build !debug
|
|
|
|
package debug
|
|
|
|
func Log(tag string, fmt string, args ...interface{}) {}
|
|
|
|
func Break(string) {}
|