mirror of
https://github.com/golang/go
synced 2024-11-18 16:04:44 -07:00
The Go programming language
a0cb59fbc3
Initially both positive and negative changes had solid background (green and red). Then we removed background of positive changes due to: https://code.google.com/p/go/issues/detail?id=8624 However, Ian noted: "I did intuitively understand that + was an increase and - was a decrease. I did not notice how the numbers were segregated between the third and fourth columns. Now that you point it out, it is obvious. It would be more obvious if the numbers in the fourth column were highlighted in green." Give positive changes green *border* (not background), so they are still visually distinguishable from negative even in grayscale. This is especially beneficial for perf detail view, because currently it looks like everything is either negative or neutral in that view (only red and black). LGTM=adg R=adg CC=golang-codereviews, iant, rsc https://golang.org/cl/159970043 |
||
---|---|---|
astutil | ||
blog | ||
cmd | ||
container/intsets | ||
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.