# Functions
ASanSupported reports whether goos/goarch supports the address sanitizer option.
Broken reportsr whether goos/goarch is considered a broken port.
BuildModeSupported reports whether goos/goarch supports the given build mode using the given compiler.
CgoSupported reports whether goos/goarch supports cgo.
DefaultPIE reports whether goos/goarch produces a PIE binary when using the "default" buildmode.
ExecutableHasDWARF reports whether the linked executable includes DWARF symbols on goos/goarch.
FirstClass reports whether goos/goarch is considered a “first class” port.
FuzzInstrumented reports whether fuzzing on goos/goarch uses coverage instrumentation.
FuzzSupported reports whether goos/goarch supports fuzzing ('go test -fuzz=.').
No description provided by the author
MSanSupported reports whether goos/goarch supports the memory sanitizer option.
MustLinkExternal reports whether goos/goarch requires external linking with or without cgo dependencies.
RaceDetectorSupported reports whether goos/goarch supports the race detector.
# Variables
List is the list of all valid GOOS/GOARCH combinations, including known-broken ports.