1
0
mirror of https://github.com/golang/go synced 2024-10-04 13:11:22 -06:00
go/src/pkg/io
Rob Pike 1959c3ac5b tests: fix prints
- delete unnecessary newlines
- make sure formatted prints call the formatting routines

R=adg
CC=golang-dev
https://golang.org/cl/2225046
2010-09-23 13:48:56 +10:00
..
ioutil build: no required environment variables 2010-08-18 10:08:49 -04:00
io_test.go io: prevent ReadAtLeast spinloop if min > len(buf) 2010-08-23 12:04:15 +10:00
io.go io: prevent ReadAtLeast spinloop if min > len(buf) 2010-08-23 12:04:15 +10:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
multi_test.go tests: fix prints 2010-09-23 13:48:56 +10:00
multi.go io: consolidate multi_reader and multi_writer into a single file, multi.go 2010-08-03 08:04:33 +10:00
pipe_test.go pipe: implementation #3; this time for sure! 2010-04-27 10:17:17 -07:00
pipe.go io: Avoid another race condition in pipes. 2010-07-21 10:57:46 -07:00