2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 06:30:53 +00:00
restic/cmd/restic/global_release.go
2018-04-30 14:19:04 +02:00

7 lines
123 B
Go

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