package
0.8.0
Repository: https://github.com/adnsv/go-utils.git
Documentation: pkg.go.dev

# Functions

MakeQuad constructs a version quad from a semantic version and the number of additional commits.

# Variables

ErrReleaseNumberIsTooLarge is produced by MakeVersionQuad when numeric suffix is out of range.
ErrUnsupportedPR is produced by MakeVersionQuad for unsupported pre-release suffixes.
ErrVersionNumberIsTooLarge is produced by MakeVersionQuad when one of the numbers is out of range.

# Type aliases

Quad can be used to form version quads from semantic versions.
Semantic is an alias for semver.Version.