Hacker News new | ask | show | jobs
by zapita 2366 days ago
But would you recommend using Bazel and Go without Gazelle or an equivalent third party?
2 comments

I recommend Gazelle for importing third-party Go dependencies but not for your own Go code. If you are using Bazel, just write the BUILD.bazel file yourself with the appropriate go_library / go_binary / go_test rules.
Gazelle is a recommended tool, developed by the same people who make the Go rules. It's not a third party tool, it's part of the normal experience.