mirror of
https://github.com/octoleo/restic.git
synced 2024-11-15 17:47:21 +00:00
8 lines
153 B
Go
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 }
|