]> Cypherpunks repositories - gostls13.git/commit
net/http: clarify semantics of File methods
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 13 Jan 2014 21:52:06 +0000 (13:52 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 13 Jan 2014 21:52:06 +0000 (13:52 -0800)
commit9c4303397756b2217971465c6b2f54bbefeed37a
tree06ffc33b415d9b964dd6f7cd895d55103dc7250b
parent11740e19a4cad2732a196c2eeb8cc990af258165
net/http: clarify semantics of File methods

There were no docs explaining the meaning of Readdir's count
argument, for instance. Clarify that these mean the same as
the methods on *os.File.

R=golang-codereviews, minux.ma
CC=golang-codereviews
https://golang.org/cl/51630043
src/pkg/net/http/fs.go