restic/cmd/restic/global_release.go

7 lines
114 B
Go

// +build !debug
package main
// runDebug is a noop without the debug tag.
func runDebug() error { return nil }