mirror of
https://github.com/restic/restic.git
synced 2025-08-25 03:37:27 +00:00
Moves files
This commit is contained in:
9
internal/debug/hooks_release.go
Normal file
9
internal/debug/hooks_release.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// +build release
|
||||
|
||||
package debug
|
||||
|
||||
func Hook(name string, f func(interface{})) {}
|
||||
|
||||
func RunHook(name string, context interface{}) {}
|
||||
|
||||
func RemoveHook(name string) {}
|
Reference in New Issue
Block a user