]> Cypherpunks repositories - gostls13.git/commit
gotest: make _testmain.go conform to gofmt rules
authorBenny Siegert <bsiegert@gmail.com>
Tue, 3 Jan 2012 01:00:39 +0000 (12:00 +1100)
committerAndrew Gerrand <adg@golang.org>
Tue, 3 Jan 2012 01:00:39 +0000 (12:00 +1100)
commit8e9e75f0082390a2dc2238adf12eca01ac68ec47
tree7cfdefe4d3cdfc5fb268fd858e35dbf24759005f
parente4d624b04d833c194dd70df1c20318fe90472278
gotest: make _testmain.go conform to gofmt rules

Otherwise, running "gofmt -d ." after "gotest" gives some
spurious changes.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5504101
src/cmd/gotest/gotest.go