|
|
|
|
|
by parsnips
2221 days ago
|
|
From the issues I've read on github, anecdotally, is that the approach of the gazelle and rules_go teams is to leverage the standard go tooling and not make changes to go itself. Also anecdotally, bazel and golang work really well together IME. The community seems pretty active, and the upsides of using gazelle/bazel with golang seem to outweigh any downsides (though I'd be hard pressed to name a downside, that isn't inherit to golang itself). |
|
This is really not my experience from having used Bazel with Go for the last four years. But I'm happy you are are apparently not running into issues.