1
0
mirror of https://github.com/restic/restic.git synced 2024-06-25 07:47:44 +02:00
restic/cmd/restic/global_release.go

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() {}