GoによるgRPCファーストのマイクロサービス構築:RESTfulゲートウェイ併用アーキテクチャ
開発環境のセットアップ
以下の環境で動作確認済みです。
Windows 10 + Go 1.24
必要なGoツールをインストールします。
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@latest
go install github.c ...
8月20日 22:37 投稿