ysugimoto/grpc-graphql-gateway

Should not list imports for recursive dependency package

ysugimoto opened this issue · 0 comments

I found a problem that a generated file has recursive dependent package even if it does not use.

For example:

  1. a.proto imports b.proto
  2. b.proto imports c.proto

Then a.graphql.go has dependency c.graphql.go package and it fails to compile.