]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: document all possible values for GOOS and GOARCH
authorShulhan <m.shulhan@gmail.com>
Mon, 20 Aug 2018 16:45:34 +0000 (23:45 +0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 20 Aug 2018 19:14:00 +0000 (19:14 +0000)
commit1ba74448f25fa9e69c4f9ed155dd43eb496cfa70
tree77722c05cf85d8b0d0507b445990edee435c79fc
parent09ec523049e3f26cba9b431dcc8ea4820b5dcc89
runtime: document all possible values for GOOS and GOARCH

The updated list is taken from "src/go/build/syslist.go".

Reason: one should not do web search to know the possible values of GOOS
and GOARCH.  The search result point to stackoverflow page which
reference the above source and documentation on installation page [1].
It should available offline (as in local godoc), as part of package
documentation.

[1] https://golang.org/doc/install/source#environment

Change-Id: I736804b8ef4dc11e0260fa862999212ab3f7b3fd
Reviewed-on: https://go-review.googlesource.com/129935
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/extern.go