You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve worked on more than one project that needed to programmatically configure environments using versioned packages, or simply log which versions are being used for future auditability. Tasks like parsing and comparing SemVer versions were pretty common.
The implementation used for the Go11 modules cmd/go/internal/semver seems stable and complete enough to be made public.
I suggest we move the semver package one level up so it’s not longer under internal.
The text was updated successfully, but these errors were encountered:
I’ve worked on more than one project that needed to programmatically configure environments using versioned packages, or simply log which versions are being used for future auditability. Tasks like parsing and comparing SemVer versions were pretty common.
The implementation used for the Go11 modules cmd/go/internal/semver seems stable and complete enough to be made public.
I suggest we move the
semver
package one level up so it’s not longer under internal.The text was updated successfully, but these errors were encountered: