cmd/go: factor out internal/semver, internal/modfile etc #28101
Labels
FeatureRequest
Issues asking for a new feature that does not need a proposal.
FrozenDueToAge
GoCommand
cmd/go
modules
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
The parsing functionality found in the modfile package is useful to external tools
(for example for tools that wish to edit go.mod files in ways not supported by
go mod edit
, such as gohack).The semver functionality found in semver is not quite the same as other semver packages, and is likewise useful for external packages.
There are already at least two repositories containing copies of these packages 1 2. It would be nice if there was a commonly recognized place for them.
The text was updated successfully, but these errors were encountered: