Closed pauky closed 2 years ago
https://github.com/go-kratos/kratos-layout/blob/cc5192f1af0c755350d5f214ad242b9e75af8141/Makefile#L42-L44
After make generate, some sub pkg of wire will add to go.sum.
make generate
I think it must go mod tidy after generate.
go mod tidy
https://github.com/go-kratos/kratos-layout/blob/cc5192f1af0c755350d5f214ad242b9e75af8141/Makefile#L42-L44
After
make generate
, some sub pkg of wire will add to go.sum.I think it must
go mod tidy
after generate.