Versions in this module Expand all Collapse all v0 v0.12.1 Jun 5, 2022 Changes in this version + func Compare(a Version, b Version) int + type Slice []Version + func (a Slice) Len() int + func (a Slice) Less(i, j int) bool + func (a Slice) Swap(i, j int) + type Version struct + Epoch uint + Revision string + Version string + func Parse(input string) (Version, error) + func (v *Version) Empty() bool + func (v *Version) IsNative() bool + func (v Version) String() string + func (version *Version) UnmarshalControl(data string) error + func (version Version) MarshalControl() (string, error)