changed go.mod to reflect the change

This commit is contained in:
caue 2020-03-28 22:05:44 -03:00
parent 3186c43ae7
commit 1fd681c141

View File

@ -27,9 +27,9 @@ import "C"
import (
"fmt"
"time"
"unsafe"
)
onst (
const (
HookEnabled = 1 //iota
HookDisabled = 2
KeyDown = 3