Commit fb28f5ba authored by Michael Munday's avatar Michael Munday

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/41074Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent 9294fa27
......@@ -235,5 +235,5 @@ func Version() string {
const GOOS string = sys.GOOS
// GOARCH is the running program's architecture target:
// 386, amd64, arm, or s390x.
// one of 386, amd64, arm, s390x, and so on.
const GOARCH string = sys.GOARCH
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment