2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 22:50:48 +00:00
restic/cmd/restic/global_release.go

8 lines
153 B
Go
Raw Normal View History

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