Files
restic/cmd/restic/global_release.go
T
2024-04-22 22:27:19 +02:00

11 lines
220 B
Go

//go:build !debug && !profile
// +build !debug,!profile
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() {}