Skip to content
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

Feat: use go modules #959

Closed
wants to merge 3 commits into from
Closed

Feat: use go modules #959

wants to merge 3 commits into from

Conversation

Loyalsoldier
Copy link

No description provided.

@pmbethe09
Copy link
Member

So the idea of Go modules is when you make a breaking API change, you increase the major version.
At this time, we have not made any breaking changes that I am aware of, so even though we are version 4.0.0 it isn't really a Go 'v4' implying a 3rd breaking API change.

So I think all we need here is a go.mod and go.sum file to make this work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants