(See https://go-review.googlesource.com/#/c/18450) Details: - delete buildutil.AllowVendor flag. Instead use unexported 'go16' var in each package that needs it. - delete buildutil.StripVendor; was never needed. - remove inapplicable vendoring comments from loader14.go - importgraph: go1.5: don't bother checking for 1.6 before calling absolutize (minor simplifiication and deoptimization). Tested on 1.4.1, 1.5, and ~1.6 (tip). Change-Id: If692b0df2eb6c120a9c09d7b1ed99f1b4c6b0826 Reviewed-on: https://go-review.googlesource.com/18452 Reviewed-by: Russ Cox <rsc@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.