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