From: Tobias Klauser Date: Mon, 25 Jan 2021 10:14:57 +0000 (+0100) Subject: doc/go1.16: fix WalkDir and Walk links X-Git-Tag: go1.16rc1~26 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=044f937a73;p=gostls13.git doc/go1.16: fix WalkDir and Walk links Reported by Ben on golang-dev: https://groups.google.com/g/golang-dev/c/gsoj5Vv15j0/m/XR9CYSRkAgAJ For #40700. Change-Id: If4702cf0e9858aaef99c231251dc646a67d1026e Reviewed-on: https://go-review.googlesource.com/c/go/+/285718 Trust: Tobias Klauser Reviewed-by: Alberto Donizetti --- diff --git a/doc/go1.16.html b/doc/go1.16.html index 78f69f6c7d..9c4910053c 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -895,9 +895,9 @@ func TestFoo(t *testing.T) {

The new function - WalkDir + WalkDir is similar to - Walk, + Walk, but is typically more efficient. The function passed to WalkDir receives a fs.DirEntry