From 4e89b34ea4199f7a0db4d8858c2fa1e844b01682 Mon Sep 17 00:00:00 2001 From: jamesread Date: Mon, 18 Oct 2021 09:22:23 +0100 Subject: [PATCH] gocyclo --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 64a8585..068e470 100644 --- a/Makefile +++ b/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