godoc/dl: update label for ARMv6 binary distribution
See also golang/go#13669 and https://golang.org/cl/18059. Change-Id: If958efc4a09082dad393df9a891f20921602320d Reviewed-on: https://go-review.googlesource.com/18080 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
fa833fdef5
commit
9673333889
|
@ -434,7 +434,7 @@ var prettyStrings = map[string]string{
|
||||||
"386": "32-bit",
|
"386": "32-bit",
|
||||||
"amd64": "64-bit",
|
"amd64": "64-bit",
|
||||||
|
|
||||||
"arm6": "ARMv6",
|
"armv6l": "ARMv6",
|
||||||
|
|
||||||
"archive": "Archive",
|
"archive": "Archive",
|
||||||
"installer": "Installer",
|
"installer": "Installer",
|
||||||
|
|
Loading…
Reference in New Issue