mirror of
https://github.com/restic/restic.git
synced 2025-02-12 09:29:49 +00:00
7 lines
153 B
Go
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 }
|