]> Cypherpunks repositories - gostls13.git/commit
go/build: ignore symlinks to directories when matching source files
authorBryan C. Mills <bcmills@google.com>
Fri, 26 Jun 2020 15:48:37 +0000 (11:48 -0400)
committerBryan C. Mills <bcmills@google.com>
Tue, 25 Aug 2020 03:29:25 +0000 (03:29 +0000)
commitc78d215ce38288afe382d38af11b6692ce44c368
tree6f4e7cf032113aa5e9a233aa076b98343f88fa6b
parentd9a6bdf7ef4d0dd15608427b0f7ba3c45c221a3c
go/build: ignore symlinks to directories when matching source files

Fixes #39841

Change-Id: Icbdc37d40e9c10179d6eb704d04482175b139f57
Reviewed-on: https://go-review.googlesource.com/c/go/+/240120
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/testdata/script/mod_symlink_dotgo.txt [new file with mode: 0644]
src/go/build/build.go