mirror of
https://github.com/restic/restic.git
synced 2024-12-26 01:37:12 +00:00
7 lines
160 B
Go
7 lines
160 B
Go
//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{}) {}
|