]> Cypherpunks.ru repositories - gostls13.git/commit
io/fs: correct WalkDirFunc documentation
authorIan Lance Taylor <iant@golang.org>
Thu, 7 Jan 2021 00:25:48 +0000 (16:25 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 7 Jan 2021 23:38:51 +0000 (23:38 +0000)
commit091414b5b7ced2f6ce1cc9d37e12f62c9a00ef0e
treebfef3b12382e5e4fadb00ec7d71ec79da7a3ca8a
parent9b55088d6b49fd4bb4832589a1b7e8629de2800c
io/fs: correct WalkDirFunc documentation

The documentation was copied from filepath.WalkFunc, and the copy was
not fully adjusted to the new circumstances.

Fixes #43536

Change-Id: I09687c7656e6938ebd9fc1e1643d34be88cf141d
Reviewed-on: https://go-review.googlesource.com/c/go/+/282172
Trust: Ian Lance Taylor <iant@golang.org>
Trust: Emmanuel Odeke <emmanuel@orijtech.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
Reviewed-by: Marco Gazerro <gazerro@open2b.com>
src/io/fs/walk.go