mirror of
https://github.com/restic/restic.git
synced 2026-01-03 05:29:40 -05:00
9 lines
189 B
Go
9 lines
189 B
Go
// +build !debug
|
|
|
|
package main
|
|
|
|
// runDebug is a noop without the debug tag.
|
|
func runDebug() error { return nil }
|
|
|
|
// shutdownDebug is a noop without the debug tag.
|
|
func shutdownDebug() {}
|