mirror of
https://github.com/restic/restic.git
synced 2024-12-23 16:26:11 +00:00
9 lines
164 B
Go
9 lines
164 B
Go
// +build !debug
|
|
|
|
package debug
|
|
|
|
func Hook(name string, f func(interface{})) {}
|
|
|
|
func RunHook(name string, context interface{}) {}
|
|
|
|
func RemoveHook(name string) {}
|