1
0
mirror of https://github.com/golang/go synced 2024-10-05 08:21:22 -06:00
go/src/pkg/io
Rob Pike e45b58fe96 os: change the type of permissions argument for Open etc. to uint32.
Besides being more correct, it protects against people accidentally
exchanging the permission and open mode arguments to Open.

R=rsc
CC=golang-dev
https://golang.org/cl/1904045
2010-08-04 08:34:52 +10:00
..
ioutil os: change the type of permissions argument for Open etc. to uint32. 2010-08-04 08:34:52 +10:00
io_test.go 1) Change default gofmt default settings for 2009-12-15 15:35:38 -08:00
io.go io: fix SectionReader Seek to seek backwards 2010-07-08 16:57:07 +10:00
Makefile io: consolidate multi_reader and multi_writer into a single file, multi.go 2010-08-03 08:04:33 +10:00
multi_test.go io: consolidate multi_reader and multi_writer into a single file, multi.go 2010-08-03 08:04:33 +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