godoc/dl: update some pretty GOARCH strings
Fixes golang/go#19082 Change-Id: Id0e985eeff543ad24ff969ff8c94e086a7bc9303 Reviewed-on: https://go-review.googlesource.com/46916 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Chris Broadfoot <cbro@golang.org>
This commit is contained in:
parent
e6cb469339
commit
9be3b7cbc7
|
@ -491,10 +491,10 @@ var prettyStrings = map[string]string{
|
|||
"linux": "Linux",
|
||||
"windows": "Windows",
|
||||
|
||||
"386": "32-bit",
|
||||
"amd64": "64-bit",
|
||||
|
||||
"386": "x86",
|
||||
"amd64": "x86-64",
|
||||
"armv6l": "ARMv6",
|
||||
"arm64": "ARMv8",
|
||||
|
||||
"archive": "Archive",
|
||||
"installer": "Installer",
|
||||
|
|
Loading…
Reference in New Issue