diff --git a/hook.go b/hook.go index 233f620..69c3d92 100644 --- a/hook.go +++ b/hook.go @@ -27,9 +27,9 @@ import "C" import ( "fmt" "time" - "unsafe" ) -onst ( + +const ( HookEnabled = 1 //iota HookDisabled = 2 KeyDown = 3