mirror of
https://github.com/semver/semver.git
synced 2026-07-11 04:52:47 -05:00
[GH-ISSUE #498] membership request for Go #5486
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rsc on GitHub (Feb 13, 2019).
Original GitHub issue: https://github.com/semver/semver/issues/498
Go uses semver to describe versions of Go modules.
We care about being consistent with the rest of the
languages where there is meaningful overlap.
I agree to the participation commitment.
Thanks.
@steveklabnik commented on GitHub (Feb 13, 2019):
Having Go on board sounds fantastic to me!
@semver/maintainers , if you could check a box if you agree, or post a comment to this thread if you disagree and/or have questions to make sure @rsc is on the same page as the rest of us, that'd be great.
@isaacs commented on GitHub (Feb 13, 2019):
@rsc Is there a standalone SemVer implementation to point to? I'm not too familiar with Go, sorry. But we should really get a list of these things along with the package managers they power.
@rsc commented on GitHub (Feb 14, 2019):
@isaacs The implementation used by the
gocommand (the "package manager") is at https://golang.org/src/cmd/go/internal/semver/semver.go. It's not a published API for others to use.@JohnTitor commented on GitHub (Jul 27, 2022):
Hey @rsc, sorry for the long delay, but it seems there's no objection and I'd like to call it the consensus. Let me know if you are still interested in helping the semver work! We'll then add you to the team as per https://github.com/semver/semver/blob/master/CONTRIBUTING.md#the-semver-team.
@JohnTitor commented on GitHub (Oct 5, 2022):
I will close this as there's been no response for over 2 months. Feel free to reclaim if you're still interested in the semver spec maintenance!