mirror of
https://github.com/octoleo/restic.git
synced 2024-11-05 21:07:52 +00:00
10 lines
164 B
Go
10 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) {}
|