 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SemverParseError ¶
type SemverParseError struct {
	// contains filtered or unexported fields
}
    func (*SemverParseError) Error ¶
func (e *SemverParseError) Error() string
type Version ¶
type Version struct {
	// contains filtered or unexported fields
}
    func TryParseVersion ¶
type VersionRange ¶
type VersionRange struct {
	// contains filtered or unexported fields
}
    func TryParseVersionRange ¶
func TryParseVersionRange(text string) (VersionRange, bool)
func (*VersionRange) String ¶
func (v *VersionRange) String() string
func (*VersionRange) Test ¶
func (v *VersionRange) Test(version *Version) bool
 Click to show internal directories. 
   Click to hide internal directories.