Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoVersions ¶
GoVersions implements sort.Interface and sorts versions in descending order. If Major, Minor, Patch, or Revision of any GoVersion in the slice can't be parsed by strconv.Atoi, the result of using this type is undefined.
func (GoVersions) Len ¶
func (versions GoVersions) Len() int
func (GoVersions) Less ¶
func (versions GoVersions) Less(i, j int) bool
func (GoVersions) Swap ¶
func (versions GoVersions) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.