Merge pull request #38 from emojisum/go-mod

go: step into the module world
This commit is contained in:
Vincent Batts 2021-11-23 11:07:14 -05:00 committed by GitHub
commit d76116620c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

3
emoji/go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/emojisum/emojisum/emoji
go 1.17

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module github.com/emojisum/emojisum
go 1.17
require github.com/kyokomi/emoji v2.2.4+incompatible