In the go/doc, the same map as "predeclared" is defined. Instead of the "predeclared" map use the "IsPredeclared" function which is an accessor for the go/doc map. Deleted unnecessary "predeclared". Fixes golang/go#20357 Change-Id: I7fdf42cfeb4440fb490be9380f39035be88f9a5a Reviewed-on: https://go-review.googlesource.com/43473 Reviewed-by: Kevin Burke <kev@inburke.com> |
||
|---|---|---|
| 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.