1
0
mirror of https://github.com/restic/restic.git synced 2024-06-25 07:47:44 +02:00
restic/internal/debug/hooks_release.go

10 lines
164 B
Go
Raw Permalink Normal View History

2018-10-07 20:40:18 +02:00
// +build !debug
package debug
func Hook(name string, f func(interface{})) {}
func RunHook(name string, context interface{}) {}
func RemoveHook(name string) {}