Documentation
¶
Overview ¶
Package semver provides provides semver parsing and matching.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMalformed = errors.New("malformed version format, must be <major>.<minor>.<patch>")
ErrMalformed is returned when the format is incorrect.
View Source
var ErrMalformedRange = errors.New("malformed range format")
ErrMalformedRange is returned when the format is incorrect.
Functions ¶
This section is empty.
Types ¶
type Range ¶
Range is a set of operations used to match a version, currently only wildcards are supported.
Click to show internal directories.
Click to hide internal directories.
