Message:
Hello rsc, r (cc: golan...@googlegroups.com),
I'd like you to review this change.
Description:
io/ioutil: configurable sort mode in ReadDir
Please review this at http://codereview.appspot.com/3458041/
Affected files:
M src/cmd/godoc/codewalk.go
M src/cmd/godoc/dirtrees.go
M src/cmd/godoc/godoc.go
M src/cmd/godoc/index.go
M src/pkg/io/ioutil/ioutil.go
M src/pkg/io/ioutil/ioutil_test.go
M src/pkg/path/path.go
ioutil.ReadDir is a convenience wrapper;
as more arguments get added, especially
ones that almost never change, they lose
their convenience and their rationale.