diff options
Diffstat (limited to 'src/cmd/go/internal/help/helpdoc.go')
| -rw-r--r-- | src/cmd/go/internal/help/helpdoc.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/go/internal/help/helpdoc.go b/src/cmd/go/internal/help/helpdoc.go index 28ddaac8f1..36bc4f28b7 100644 --- a/src/cmd/go/internal/help/helpdoc.go +++ b/src/cmd/go/internal/help/helpdoc.go @@ -843,6 +843,7 @@ During a particular build, the following words are satisfied: GOOS environment variable. - the target architecture, as spelled by runtime.GOARCH, set with the GOARCH environment variable. + - "unix", if GOOS is a Unix or Unix-like system. - the compiler being used, either "gc" or "gccgo" - "cgo", if the cgo command is supported (see CGO_ENABLED in 'go help environment'). |
