restic/cmd/restic/global_release.go

7 lines
123 B
Go
Raw Normal View History

2018-04-29 13:42:05 +00:00
// +build !debug,!profile
2017-01-22 18:10:32 +00:00
package main
// runDebug is a noop without the debug tag.
func runDebug() error { return nil }