]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: avoid restricting GOARCH values in documentation
authorMichael Munday <munday@ca.ibm.com>
Wed, 19 Apr 2017 17:48:33 +0000 (13:48 -0400)
committerMichael Munday <munday@ca.ibm.com>
Wed, 19 Apr 2017 18:19:08 +0000 (18:19 +0000)
commitfb28f5ba3aa1ca704295b9960c332b0178335788
tree5a44e2174a3c9a5e0d9d4ef9736efd3755abbfcf
parent9294fa2749ffee7edbbb817a0ef9fe633136fa9c
runtime: avoid restricting GOARCH values in documentation

Changes the text to match GOOS which appends 'and so on' at the
end to avoid restricting the set of possible values.

Change-Id: I54bcde71334202cf701662cdc2582c974ba8bf53
Reviewed-on: https://go-review.googlesource.com/41074
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/extern.go