2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 14:40:49 +00:00
restic/cmd/restic/global_release.go
2022-03-28 22:23:47 +02:00

8 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 }