1
0
mirror of https://github.com/golang/go synced 2024-11-25 10:47:56 -07:00
go/src/cmd/gotype
Robert Griesemer 90564a9256 go/printer: changed max. number of newlines from 3 to 2
manual changes in src/pkg/go/printer, src/cmd/gofix/signal_test.go
(cd src/cmd/gofix/testdata; gofmt -w *.in *.out)
(cd src/pkg/go/printer; gotest -update)
gofmt -w misc src

runs all tests

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4715041
2011-07-14 14:39:40 -07:00
..
testdata gotype: support for more tests, added one new test 2011-03-30 15:27:23 -07:00
doc.go gotype: clean handling of stdin, added tests 2011-03-11 16:15:33 -08:00
gotype_test.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
gotype.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
Makefile testing: set up structure for faster testing using the new -test.short flag. 2011-03-25 14:50:44 -07:00