]> Cypherpunks repositories - gostls13.git/commit
go/build: avoid duplicates in InvalidGoFiles
authorBryan C. Mills <bcmills@google.com>
Wed, 5 May 2021 21:05:51 +0000 (17:05 -0400)
committerBryan C. Mills <bcmills@google.com>
Mon, 10 May 2021 15:47:41 +0000 (15:47 +0000)
commite18a8b4fb27df3ee04f7eb00c4f1ed77e5486ce8
treed7acd4b746f6167982b01451ebead77192fd7561
parent287025925f66f90ad9b30aea2e533928026a8376
go/build: avoid duplicates in InvalidGoFiles

For #45827
For #39986
Updates #45999

Change-Id: I0c919b6a2e56e7003b90425487eafe0f0eadc609
Reviewed-on: https://go-review.googlesource.com/c/go/+/317299
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/go/build/build.go
src/go/build/build_test.go