mirror of
https://github.com/golang/go
synced 2024-11-18 16:54:43 -07:00
The Go programming language
b56ef30191
Details: - remove go1.5 "default version" labels on most files - remove go1.6 labels on a few files - go/loader: use conf.Cwd not "." in a couple places; update faulty test expectations. (Not sure why this wasn't caught sooner.) - go/ssa/interp: add 'mono' result to time.now intrinsic - go/gcimporter15/bimport.go: make consistent with the version in gc - go/ssa/interp: update test error message - go/ssa: update a comment The go/gcimporter15/bexport.go logic is stale and needs to be brought up to date. Needs a separate CL since it's tricky. Tested on go1.6, go1.7, go1.8. Change-Id: I841189d30e131b7c49a4e8690ea7c40b55041bae Reviewed-on: https://go-review.googlesource.com/36540 Reviewed-by: Robert Griesemer <gri@golang.org> |
||
---|---|---|
benchmark/parse | ||
blog | ||
cmd | ||
container/intsets | ||
cover | ||
go | ||
godoc | ||
imports | ||
playground | ||
present | ||
refactor | ||
third_party | ||
.gitattributes | ||
.gitignore | ||
AUTHORS | ||
codereview.cfg | ||
CONTRIBUTING.md | ||
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 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.