mirror of
https://github.com/restic/restic.git
synced 2025-10-29 13:08:45 +00:00
Refactor debug into debug module
This commit is contained in:
7
debug/debug_release.go
Normal file
7
debug/debug_release.go
Normal file
@@ -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