From 1d180ffb5a72923af595b5812fa49507b61b170a Mon Sep 17 00:00:00 2001 From: caue Date: Sat, 28 Mar 2020 21:43:53 -0300 Subject: [PATCH] oops --- hook.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hook.go b/hook.go index fe3cb09..41274b7 100644 --- a/hook.go +++ b/hook.go @@ -29,7 +29,6 @@ import ( "time" "unsafe" - "github.com/go-vgo/robotgo" hook "github.com/robotn/gohook" ) @@ -79,7 +78,7 @@ var ( pressed = make(map[uint16]bool, 256) used = []int{} keys = map[int][]uint16{} - cbs = map[int]func(hook.Event){} + cbs = map[int]func(Event){} events = map[uint8][]int{} )