restic/cmd/restic/global_release.go

10 lines
189 B
Go
Raw Normal View History

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