mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 04:45:15 +00:00
debug: enable debug support for release builds
This commit is contained in:
parent
82c268c917
commit
38becfc436
@ -1,6 +1,3 @@
|
||||
//go:build debug
|
||||
// +build debug
|
||||
|
||||
package debug
|
||||
|
||||
import (
|
||||
|
@ -1,7 +0,0 @@
|
||||
//go:build !debug
|
||||
// +build !debug
|
||||
|
||||
package debug
|
||||
|
||||
// Log prints a message to the debug log (if debug is enabled).
|
||||
func Log(fmt string, args ...interface{}) {}
|
Loading…
Reference in New Issue
Block a user