A production-style Todo API built in Go to demonstrate clean architecture, gRPC with buf, dependency injection with Wire, Postgres with GORM, and database migrations — all wired together from scratch.
wireは依存性注入のためのコードを自動生成してくれるツール。 wireを使わない場合、次のように手動で各コンポーネントを初期化して注入する必要があるけど ...