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:
Brad Fitzpatrick 2017-06-28 06:26:50 +00:00
parent e6cb469339
commit 9be3b7cbc7
1 changed files with 3 additions and 3 deletions

View File

@ -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",