Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultPlatform = Platform{/* contains filtered or unexported fields */}
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Printf(format string, a ...any) Println(a ...any) RePrintf(format string, a ...any) }
Logger represents the interface to log to stderr.
type Platform ¶
type Platform struct {
// contains filtered or unexported fields
}
func ParsePlatform ¶
func (Platform) IsSupported ¶
Click to show internal directories.
Click to hide internal directories.