add go mod support

This commit is contained in:
inhere
2019-06-08 11:05:23 +08:00
parent 4d0fb90115
commit 74cd64d717

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/gookit/event
go 1.12
require github.com/stretchr/testify v1.3.0