]> Cypherpunks repositories - gostls13.git/commit
io/fs: make WalkDirFunc parameter name consistent with doc comment
authorfzipp <fzipp@gmx.de>
Sun, 8 Nov 2020 13:50:30 +0000 (13:50 +0000)
committerRuss Cox <rsc@golang.org>
Thu, 19 Nov 2020 21:51:34 +0000 (21:51 +0000)
commitf3ce010b331513b4dca26a12dc0fd12dc4385d9c
tree189456127570ca6420cba7f776b1b807af5fe379
parent59f5fdac5de669ef534cc744c94d225445a3c193
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: e858c52d81b93d293621d7e744bdcb7d6cbd412c
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>
src/io/fs/walk.go