1
0
mirror of https://github.com/restic/restic.git synced 2024-07-04 09:00:54 +02:00
restic/internal/debug/debug_release.go
2022-03-28 22:23:47 +02:00

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{}) {}