bazel-contrib / rules_go

Go rules for Bazel
Apache License 2.0
1.38k stars 656 forks source link

fix(gpd): keep compiled files from stdlib packages #4114

Closed lbcjbb closed 3 weeks ago

lbcjbb commented 3 weeks ago

What type of PR is this?

Bug fix

What does this PR do? Why is it needed?

When we create a new dedicated package for all external tests, we should not override the list of CompiledGoFiles by the list of GoFiles.

Which issues(s) does this PR fix?

Fixes: #4113