bazel-contrib / rules_go

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

Remove cgo_exports from GoSource #4051

Closed dzbarsky closed 2 months ago

dzbarsky commented 2 months ago

What type of PR is this? Starlark cleanup

What does this PR do? Why is it needed? It looks like we are shuffling it between GoSource and GoArchive, but we only need it on the archive.

Which issues(s) does this PR fix?

Fixes #

Other notes for review