]> Cypherpunks repositories - gostls13.git/commit
io/ioutil: use pathname instead of name in docs to avoid confusion
authorShenghou Ma <minux.ma@gmail.com>
Sat, 13 Oct 2012 11:05:22 +0000 (19:05 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Sat, 13 Oct 2012 11:05:22 +0000 (19:05 +0800)
commit240834374a3543a0e4e0071e1300cf884601ae35
tree2b4ce20f64e8ea8767b3e9f6d29ccadd5a5ddbe9
parent422da762b7dd63c54de9b39a4f7f3283f5d0afeb
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
src/pkg/io/ioutil/tempfile.go