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 ( import (
"fmt" "fmt"
"time" "time"
"unsafe"
) )
onst (
const (
HookEnabled = 1 //iota HookEnabled = 1 //iota
HookDisabled = 2 HookDisabled = 2
KeyDown = 3 KeyDown = 3