2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-03 09:30:50 +00:00
restic/internal/debug/debug_release.go

8 lines
160 B
Go
Raw Normal View History

2022-03-28 20:23:47 +00:00
//go:build !debug
2015-01-14 21:08:48 +00:00
// +build !debug
package debug
2016-09-27 20:23:34 +00:00
// Log prints a message to the debug log (if debug is enabled).
2016-09-27 20:35:08 +00:00
func Log(fmt string, args ...interface{}) {}