-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add go module support #52
Comments
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. |
No description provided.
The text was updated successfully, but these errors were encountered: