Add support for Go Modules. Closes #27
This commit is contained in:
parent
4cbf30d337
commit
f28243c54b
1 changed files with 3 additions and 0 deletions
3
go.mod
Normal file
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
|||
module github.com/leonelquinteros/gotext
|
||||
|
||||
// go: no requirements found in Gopkg.lock
|
Loading…
Reference in a new issue