mirror of
https://github.com/golang/go
synced 2024-11-18 15:04:44 -07:00
The Go programming language
503140c72e
The text and images are "baked in" to the godoc executable's rodata section (~300KB) and are accessible from the godoc server itself at /lib/godoc/analysis/help.html. In due course, the page will become visible at http://golang.org/lib/godoc/analysis/help.html, which will be the canonical location for this doc (in announcements, etc). The page is temporarily visible here, for those on the Google corp network: http://172.26.104.127:7777/lib/godoc/analysis/help.html Also: - add link to new doc from source view pages. - document -analysis flag in cmd/godoc/doc.go - fix indentation of -analysis flag's help string LGTM=gri R=gri, bgarcia, r CC=golang-codereviews https://golang.org/cl/87110045 |
||
---|---|---|
astutil | ||
blog | ||
cmd | ||
cover | ||
dashboard | ||
go | ||
godoc | ||
imports | ||
oracle | ||
playground | ||
present | ||
refactor | ||
.hgignore | ||
AUTHORS | ||
codereview.cfg | ||
CONTRIBUTORS | ||
LICENSE | ||
PATENTS | ||
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 oracle 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.