restic/cmd/restic/global_release.go

7 lines
114 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() error { return nil }