From 044f937a73dc9a28c36a6c87d55c2211247e7d63 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 25 Jan 2021 11:14:57 +0100 Subject: [PATCH] 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 --- doc/go1.16.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.0