Skip to content

Commit

Permalink
add go mod support
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Jun 8, 2019
1 parent 4d0fb90 commit 74cd64d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go.mod
@@ -0,0 +1,5 @@
module github.com/gookit/event

go 1.12

require github.com/stretchr/testify v1.3.0

0 comments on commit 74cd64d

Please sign in to comment.