2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-07 11:30:49 +00:00
restic/src/cmds/restic/global_release.go

7 lines
96 B
Go
Raw Normal View History

2017-01-22 18:10:32 +00:00
// +build !debug
package main
// runDebug is a noop without the debug tag.
func runDebug() {}