forked from TrueCloudLab/restic
10 lines
182 B
Go
10 lines
182 B
Go
//go:build !debug
|
|
// +build !debug
|
|
|
|
package debug
|
|
|
|
func Hook(name string, f func(interface{})) {}
|
|
|
|
func RunHook(name string, context interface{}) {}
|
|
|
|
func RemoveHook(name string) {}
|