1
0
mirror of https://github.com/golang/go synced 2024-11-12 00:20:22 -07:00
go/src/io
fzipp f3ce010b33 io/fs: make WalkDirFunc parameter name consistent with doc comment
The the DirEntry parameter of WalkDirFunc is referred to as `d` in the doc comment.

Change-Id: Ibfcf7908eaa0ef1309898150e8fd71101e7de09b
GitHub-Last-Rev: e858c52d81
GitHub-Pull-Request: golang/go#42447
Reviewed-on: https://go-review.googlesource.com/c/go/+/268277
Trust: Emmanuel Odeke <emmanuel@orijtech.com>
Reviewed-by: Russ Cox <rsc@golang.org>
2020-11-19 21:51:34 +00:00
..
fs io/fs: make WalkDirFunc parameter name consistent with doc comment 2020-11-19 21:51:34 +00:00
ioutil io: adopt Discard, NopCloser, ReadAll from io/ioutil 2020-10-20 18:41:16 +00:00
example_test.go all: update references to symbols moved from io/ioutil to io 2020-10-20 18:41:18 +00:00
export_test.go io: unexport ErrBadWriteCount 2020-10-16 17:52:59 +00:00
io_test.go io: unexport ErrBadWriteCount 2020-10-16 17:52:59 +00:00
io.go all: update references to symbols moved from io/ioutil to io 2020-10-20 18:41:18 +00:00
multi_test.go all: update references to symbols moved from io/ioutil to io 2020-10-20 18:41:18 +00:00
multi.go
pipe_test.go io: add error check on pipe close functions to avoid error overwriting 2019-08-28 18:35:24 +00:00
pipe.go io: add error check on pipe close functions to avoid error overwriting 2019-08-28 18:35:24 +00:00