# Functions
IsValidVersion returns true iff the input is a valid version name.
NewVersion builds a Version from a version string, eg "v1alpha2".
NewVersionOrPanic is the same as NewVersion, but panics if passed an invalid version name.
# Type aliases
No description provided by the author