package
0.2.1
Repository: https://github.com/icub3d/gop.git
Documentation: pkg.go.dev

# README

semver

GoDoc

Package semver implements structs and functions that adhere to the Semantic Versioning (http://semver.org/).

# Functions

New creates a new semantic version from the given string.

# Variables

ErrParse is returned when New is unable to parse the given string into a semantic version.

# Structs

SemanticVersion is a handy struct to handle with versioning.