1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:21:21 -06:00
go/src/pkg/go
Robert Griesemer b790ae2efb go/printer, gofmt: fix formatting of expression lists (missing blank)
This appears to have been a long-standing formatting bug.
The test cases has misformatted golden files.

Applied gofmt -w src misc .

Fixes #1839.

R=iant
CC=golang-dev
https://golang.org/cl/4515113
2011-05-19 17:05:35 -07:00
..
ast pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
doc go/doc, godoc: when filtering for godoc, don't remove elements of a declaration 2011-05-12 09:01:10 -07:00
parser pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
printer go/printer, gofmt: fix formatting of expression lists (missing blank) 2011-05-19 17:05:35 -07:00
scanner pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
token pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
typechecker go/types: New Go type hierarchy implementation for AST. 2011-04-07 21:40:37 -07:00
types go/ast resolver: properly maintain map of package global imports 2011-05-17 11:22:52 -07:00