restic/cmd/restic/global_release.go

7 lines
123 B
Go

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