package syslist

Import Path
	internal/syslist (on go.dev)

Dependency Relation
	imports 0 packages, and imported by one package

Involved Source Files syslist.go
Package-Level Variables (total 3)
KnownArch is the list of past, present, and future known GOARCH values. Do not remove from this list, as it is used for filename matching.
KnownOS is the list of past, present, and future known GOOS values. Do not remove from this list, as it is used for filename matching. If you add an entry to this list, look at UnixOS, below.
UnixOS is the set of GOOS values matched by the "unix" build tag. This is not used for filename matching. This list also appears in cmd/dist/build.go.