oschwald/geoip2-golang

Add go module support

euskadi31 opened this issue · 3 comments

Add go module support

Is there a particular reason why you want this?

actually, go module become the de facto standard. Is there a particular reason why we don't migrate to the go module?

There is minimal benefit to switching this repo to Go modules. The releases are tagged using SemVer and work fine in applications using Go modules. There is one dependency that is co-maintained with this so any benefit of versioning dependencies is quite limited.

Although I use Go modules daily, there are still issues with them that crop up from time to time and changing this repo to use Go modules will likely break someone's workflow.