Under "Stable Versions", only show the latest minor versions of the most two recent major versions. Under each of those versions, move the downloads for primary ports to the top of the table and the other downloads under a separate "Other Ports" heading. Add a listing for every stable Go version under "All versions", collapsed by default. Fixes golang/go#17574. Updates golang/go#17018. Change-Id: I7d74fef1b44a319a4bf65dedf24ffb27a7009f60 Reviewed-on: https://go-review.googlesource.com/34824 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> |
||
|---|---|---|
| benchmark/parse | ||
| blog | ||
| cmd | ||
| container/intsets | ||
| cover | ||
| go | ||
| godoc | ||
| imports | ||
| playground | ||
| present | ||
| refactor | ||
| third_party | ||
| .gitattributes | ||
| .gitignore | ||
| AUTHORS | ||
| CONTRIBUTING.md | ||
| CONTRIBUTORS | ||
| LICENSE | ||
| PATENTS | ||
| README | ||
| codereview.cfg | ||
README
This subrepository holds the source for various packages and tools that support the Go programming language. Some of the tools, godoc and vet for example, are included in binary Go distributions. Others, including the Go guru and the test coverage tool, can be fetched with "go get". Packages include a type-checker for Go and an implementation of the Static Single Assignment form (SSA) representation for Go programs. To submit changes to this repository, see http://golang.org/doc/contribute.html.