pariz / gountries

Gountries provides: Countries (ISO-3166-1), Country Subdivisions(ISO-3166-2), Currencies (ISO 4217), Geo Coordinates(ISO-6709) as well as translations, country borders and other stuff exposed as struct data.
MIT License
408 stars 67 forks source link

Add go.mod #41

Closed pbabbicola closed 2 years ago

pbabbicola commented 2 years ago

Go modules have been out since Go 1.11. It's been standard since Go 1.13. I suggest a go mod is added to this package :)

pariz commented 2 years ago

Thank you for your contribution! Of course we should use go modules.