]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix bug introduced in CL 264537
authorRuss Cox <rsc@golang.org>
Tue, 27 Oct 2020 14:41:25 +0000 (10:41 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 27 Oct 2020 15:11:50 +0000 (15:11 +0000)
commit69496a22682108bed606d4d509cfa3253f0cac3b
tree321c404b9ba5536d209d6bf5b25b576cb1f11117
parent320cc79002b5ce5f8d7f667f0aa78a1fdce59eb4
cmd/go: fix bug introduced in CL 264537

Shadowing bug noted after submit by Tom Thorogood.

Change-Id: I5f40cc3863dcd7dba5469f8530e9d0460e7c3e7e
Reviewed-on: https://go-review.googlesource.com/c/go/+/265537
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/go/internal/fsys/fsys.go