mirror of
https://github.com/restic/restic.git
synced 2025-03-15 08:00:51 +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 }
|