bazel-contrib / rules_go

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

Remove as_list/as_iterable usage from go_path #4059

Closed dzbarsky closed 1 month ago

dzbarsky commented 1 month ago

What type of PR is this? Starlark cleanup

What does this PR do? Why is it needed? These methods obscure the types of vars and are slower than just calling the underlying function

Which issues(s) does this PR fix?

Fixes #

Other notes for review