Versions in this module Expand all Collapse all v0 v0.1.2 Jul 2, 2026 v0.1.1 Jun 28, 2026 v0.1.0 Jun 28, 2026 Changes in this version + type CondorVersion struct + Major int + Minor int + Sub int + func Parse(s string) (CondorVersion, bool) + func (v CondorVersion) AtLeast(other CondorVersion) bool + func (v CondorVersion) String() string