bazel-contrib / rules_go

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

Prefer rfind to rpartition in go_context #4035

Closed dzbarsky closed 2 months ago

dzbarsky commented 2 months ago

What type of PR is this? Code cleanup

What does this PR do? Why is it needed? It's a bit faster due to not allocating the array

Which issues(s) does this PR fix?

Fixes #

Other notes for review