1
0
mirror of https://github.com/golang/go synced 2024-11-12 05:50:21 -07:00
go/misc/dashboard/builder
Robert Griesemer 47afa4dba5 go/printer: don't lose relevant parentheses when rewriting selector expressions
Also: Simplified handling of selector expressions. As a result, complicated
multi-line expressions containing selectors and calls/indices with arguments
broken accross lines don't get indented the same way as before, but the change
is minimal (see tests) and there's no such code in the std library. It seems
a worthwhile compromise given the much simpler code.

Applied gofmt -w $GOROOT/src $GOROOT/misc .

Fixes #1847.

R=rsc
CC=golang-dev
https://golang.org/cl/5675062
2012-02-15 12:25:37 -08:00
..
doc.go dashboard: fix for branches 2011-05-12 11:21:34 -04:00
exec.go gobuilder: fix windows builder 2012-02-09 14:52:01 +11:00
http.go gobuilder: use go tool to build and test sub-repositories 2012-01-30 12:02:14 +11:00
main.go go/printer: don't lose relevant parentheses when rewriting selector expressions 2012-02-15 12:25:37 -08:00
Makefile build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
package.go go/doc: streamlined go/doc API 2012-01-12 17:36:57 -08:00