mirror of
https://github.com/restic/restic.git
synced 2025-05-11 03:56:48 +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
|
package debug
|
||||||
|
|
||||||
import (
|
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…
x
Reference in New Issue
Block a user