mirror of
https://github.com/restic/restic.git
synced 2024-12-23 08:16:36 +00:00
5 lines
83 B
Go
5 lines
83 B
Go
// +build !debug_cmd
|
|
|
|
package main
|
|
|
|
func debug(fmt string, args ...interface{}) {}
|