mirror of
https://github.com/octoleo/restic.git
synced 2024-11-18 02:55:18 +00:00
7 lines
123 B
Go
7 lines
123 B
Go
// +build !debug,!profile
|
|
|
|
package main
|
|
|
|
// runDebug is a noop without the debug tag.
|
|
func runDebug() error { return nil }
|