syslist.go (go1.19.src) | : | syslist.go (go1.19.1.src) | ||
---|---|---|---|---|
skipping to change at line 36 | skipping to change at line 36 | |||
"netbsd": true, | "netbsd": true, | |||
"openbsd": true, | "openbsd": true, | |||
"plan9": true, | "plan9": true, | |||
"solaris": true, | "solaris": true, | |||
"windows": true, | "windows": true, | |||
"zos": true, | "zos": true, | |||
} | } | |||
// unixOS is the set of GOOS values matched by the "unix" build tag. | // unixOS is the set of GOOS values matched by the "unix" build tag. | |||
// This is not used for filename matching. | // This is not used for filename matching. | |||
// This list also appears in cmd/dist/build.go. | // This list also appears in cmd/dist/build.go and | |||
// cmd/go/internal/imports/build.go. | ||||
var unixOS = map[string]bool{ | var unixOS = map[string]bool{ | |||
"aix": true, | "aix": true, | |||
"android": true, | "android": true, | |||
"darwin": true, | "darwin": true, | |||
"dragonfly": true, | "dragonfly": true, | |||
"freebsd": true, | "freebsd": true, | |||
"hurd": true, | "hurd": true, | |||
"illumos": true, | "illumos": true, | |||
"ios": true, | "ios": true, | |||
"linux": true, | "linux": true, | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added |