2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-03 01:20:49 +00:00
restic/internal/debug/hooks_release.go
Alexander Neumann 83d1a46526 Moves files
2017-07-23 14:19:13 +02:00

10 lines
165 B
Go

// +build release
package debug
func Hook(name string, f func(interface{})) {}
func RunHook(name string, context interface{}) {}
func RemoveHook(name string) {}