mirror of
https://github.com/octoleo/restic.git
synced 2025-01-15 19:36:52 +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 }
|