Emacs integration: - eliminate oracle minor mode - in go-mode, bind F5, F6 to "describe", "referrers". This reverts a previous policy decision but convenience matters too. - don't insist on an analysis scope for modes that don't do PTA. - don't hide the filename as "▶"; show the last 20 chars. (Especially useful for "referrers" mode.) - output postprocessing: don't get stuck in a loop if the output is not as expected (e.g. when it includes a panic log). referrers: - show the matching lines (like grep does). We do the I/O in parallel. Change-Id: I86b18c1d3a4d9fa4242984cba62b314796669d8e Reviewed-on: https://go-review.googlesource.com/8120 Reviewed-by: David Crawshaw <crawshaw@golang.org> |
||
|---|---|---|
| benchmark/parse | ||
| blog | ||
| cmd | ||
| container/intsets | ||
| cover | ||
| go | ||
| godoc | ||
| imports | ||
| oracle | ||
| playground | ||
| present | ||
| refactor | ||
| .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 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.