Versions in this module Expand all Collapse all v1 v1.2.4 Feb 13, 2019 Changes in this version + func DefaultSpec() specs.Platform + func DefaultString() string + func Format(platform specs.Platform) string + func MustParse(specifier string) specs.Platform + func Normalize(platform specs.Platform) specs.Platform + func Parse(specifier string) (specs.Platform, error) + type MatchComparer interface + Less func(specs.Platform, specs.Platform) bool + var All MatchComparer = allPlatformComparer{} + func Any(platforms ...specs.Platform) MatchComparer + func Default() MatchComparer + func Only(platform specs.Platform) MatchComparer + func Ordered(platforms ...specs.Platform) MatchComparer + type Matcher interface + Match func(platform specs.Platform) bool + func NewMatcher(platform specs.Platform) Matcher