1
0
mirror of https://github.com/golang/go synced 2024-10-05 10:21:22 -06:00
go/src/pkg/io/ioutil
Shenghou Ma 240834374a io/ioutil: use pathname instead of name in docs to avoid confusion
caller of ioutil.TempFile() can use f.Name() to get "pathname"
of the temporary file, instead of just the "name" of the file.

Also remove an out-of-date comment about random number state.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6649054
2012-10-13 19:05:22 +08:00
..
blackhole_race.go io/ioutil: fix data race under the race detector 2012-10-07 22:08:06 +04:00
blackhole.go io/ioutil: fix data race under the race detector 2012-10-07 22:08:06 +04:00
ioutil_test.go io/ioutil: close file in TestWriteFile before deleting it 2011-12-19 17:30:14 +11:00
ioutil.go io/ioutil: fix data race under the race detector 2012-10-07 22:08:06 +04:00
tempfile_test.go io/ioutil: use filepath.Join, handle trailing / in $TMPDIR 2011-03-06 21:52:37 -05:00
tempfile.go io/ioutil: use pathname instead of name in docs to avoid confusion 2012-10-13 19:05:22 +08:00