2022-03-28 16:23:47 -04:00
|
|
|
//go:build !debug
|
2018-10-07 14:40:18 -04:00
|
|
|
// +build !debug
|
2015-06-21 11:12:38 -04:00
|
|
|
|
|
|
|
|
package debug
|
|
|
|
|
|
|
|
|
|
func Hook(name string, f func(interface{})) {}
|
|
|
|
|
|
|
|
|
|
func RunHook(name string, context interface{}) {}
|
|
|
|
|
|
|
|
|
|
func RemoveHook(name string) {}
|