<#20684 Support generation of ConnectRPC Go code> ...
# github-notifications
c
#20684 Support generation of ConnectRPC Go code Issue created by johansja Currently using ConnectRPC over gRPC for our RPC communication. It would be better if
protobuf_source(s)
target also support
connect
as an option in addition to `grpc` currently. We are now using
buf
tool to generate and perform various checking.
buf lint
and
buf fmt
are already integrated with
pants
. We are also using
buf generate
today to generate these ConnectRPC related Go code. pantsbuild/pants