gocyclo
This commit is contained in:
parent
eb147d6737
commit
4e89b34ea4
1
Makefile
1
Makefile
|
|
@ -27,6 +27,7 @@ go-tools:
|
|||
go install "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2"
|
||||
go install "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
|
||||
go install "google.golang.org/protobuf/cmd/protoc-gen-go"
|
||||
go install "github.com/fzipp/gocyclo/cmd/gocyclo@latest"
|
||||
|
||||
grpc: go-tools
|
||||
buf generate
|
||||
|
|
|
|||
Loading…
Reference in New Issue