]> Cypherpunks repositories - gostls13.git/commit
go/ast: fix printing of maps
authorRobert Griesemer <gri@golang.org>
Fri, 11 Mar 2011 00:00:39 +0000 (16:00 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 11 Mar 2011 00:00:39 +0000 (16:00 -0800)
commit2e8b375e0e14386160af9e40cd101d89cdbfadd0
treee16c0c10b3adaa55960753558384834307bd0aa4
parentf1fee448bcac162ff917f35da1536354507c4713
go/ast: fix printing of maps

Print a newline after each map entry;
similar to the style used for slices
and structs.

R=r, r2
CC=golang-dev
https://golang.org/cl/4274042
src/pkg/go/ast/print.go