mirror of
https://github.com/restic/restic.git
synced 2026-05-21 01:25:24 +00:00
Refactor debug into debug module
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// +build !debug
|
||||
|
||||
package debug
|
||||
|
||||
func Log(tag string, fmt string, args ...interface{}) {}
|
||||
|
||||
func Break(string) {}
|
||||
Reference in New Issue
Block a user