restic/cmd/restic/global_release.go

11 lines
220 B
Go
Raw Normal View History

2022-03-28 22:23:47 +02:00
//go:build !debug && !profile
2018-04-29 15:42:05 +02:00
// +build !debug,!profile
2017-01-22 19:10:32 +01:00
package main
// runDebug is a noop without the debug tag.
func runDebug() error { return nil }
// stopDebug is a noop without the debug tag.
func stopDebug() {}