Categorygithub.com/tj/go-semver
modulepackage
1.0.0
Repository: https://github.com/tj/go-semver.git
Documentation: pkg.go.dev

# README

Semver

Semver stuff I've used in a few projects such as Go Binaries.


GoDoc

Sponsors

This project is sponsored by my GitHub sponsors and by CTO.ai, making it easy for development teams to create and share workflow automations without leaving the command line.

# Functions

Parse a semver string.
ParseRange returns a parsed range.

# Variables

ErrMalformed is returned when the format is incorrect.
ErrMalformedRange is returned when the format is incorrect.

# Structs

Range is a set of operations used to match a version, currently only wildcards are supported.
Version is a set of versioned major, minor and patch levels.

# Type aliases

Versions is a slice of versions.