Versions in this module Expand all Collapse all v0 v0.5.0 Oct 22, 2019 v0.4.1 Sep 13, 2019 Changes in this version type Version + func (v *Version) Compare(o *Version) int + func (v *Version) Equal(o *Version) bool + func (v *Version) SupportsVersion(o *Version) bool v0.4.0 Sep 6, 2019 Changes in this version + type Version struct + func MustParse(v string) *Version + func NewVersion(v string) (*Version, error) + func (v *Version) MarshalText() ([]byte, error) + func (v *Version) String() string + func (v *Version) UnmarshalText(text []byte) error