//
pkg.gl
Category
github.com/screwdriver-cd/gitversion
version
package
1.1.20
Repository:
https://github.com/screwdriver-cd/gitversion.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
70 SLOC
#
Functions
FromString
FromString returns a Version based on a string.
#
Structs
Version
A Version is a version of the form <major>.<minor>.<patch>.
#
Type aliases
List
List is a slice of Versions that implements sort.Interface.