bazel-contrib / rules_go

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

Remove get_nogo from context #4029

Closed dzbarsky closed 2 months ago

dzbarsky commented 2 months ago

What type of PR is this? Cleanup

What does this PR do? Why is it needed? It seems odd to hang helpers off the go context because they still need to take go as a param. It's clearer to just import them.

Which issues(s) does this PR fix?

Fixes #

Other notes for review