mirror of
https://github.com/restic/restic.git
synced 2025-02-01 12:09:03 +00:00
6 lines
123 B
Go
6 lines
123 B
Go
// +build !debug,!profile
|
|
|
|
package main
|
|
|
|
// runDebug is a noop without the debug tag.
|
|
func runDebug() error { return nil }
|