1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-12 09:29:49 +00:00
restic/cmd/restic/global_release.go
2022-03-28 22:23:47 +02:00

7 lines
153 B
Go

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