Versions in this module Expand all Collapse all v0 v0.2.0 Jan 18, 2025 Changes in this version + var DefaultPlatform = Platform + type Logger interface + Printf func(format string, a ...any) + Println func(a ...any) + RePrintf func(format string, a ...any) + type Platform struct + func ParsePlatform(s string) Platform + func (p Platform) Arch() string + func (p Platform) IsEqual(pf Platform) bool + func (p Platform) IsSupported() bool + func (p Platform) OS() string + func (p Platform) String() string + func (p Platform) Variant() string