commit | 3ea1d64d6fe943dac06c341f9a265472bb99acd7 | [log] [tgz] |
---|---|---|
author | Rob Figueiredo <robfig@gmail.com> | Mon Oct 11 13:00:21 2021 -0400 |
committer | GitHub <noreply@github.com> | Mon Oct 11 13:00:21 2021 -0400 |
tree | ccf56ecc1dac85d637a30ab8adf5fa048a20a967 | |
parent | 36dfc0fe91acf0271d1a5eea1dad0a409e46ca60 [diff] |
language/go: set golang.org/x/tools/go/analysis/internal/facts to public visibility (#1113) ce6d56176c9d2d2714aaaf57cf4ce755de6bfeee broke configurations which bring their own x/tools go_repository and use nogo, because the rules_go public visibility patch is lost and nogo's dependency on the internal/facts package breaks the build. Having Gazelle set that package's go_library to public seems to be the best fix here.