This is a boilerplate for starting a Golang project in Bazel. I use it for my personal Golang projects.
This contains two examples:
- Hello world binary for just printing hello world
- Hello world gRPC example with client/server
bazel run //:gazelle
bazel build //...