]> Cypherpunks repositories - gostls13.git/commit
os: change Readdirnames doc to follow that of Readdir
authorIan Lance Taylor <iant@golang.org>
Tue, 30 Jul 2019 13:28:57 +0000 (06:28 -0700)
committerRob Pike <r@golang.org>
Fri, 2 Aug 2019 21:52:01 +0000 (21:52 +0000)
commitfc821667dd73987d1e579a813b50e403f8ff3c22
tree44e7b7b4cd32ef286b7f3d48e9e8a233ba58b899
parentd178c5888f06918e8dbd221f26c707e501a9fa98
os: change Readdirnames doc to follow that of Readdir

The two methods act the same, so make their documentation similar so
that people don't think they act differently.

Change-Id: If224692ef50870faf855d789380a614d1e724132
Reviewed-on: https://go-review.googlesource.com/c/go/+/188137
Reviewed-by: Rob Pike <r@golang.org>
src/os/dir.go