From a8e93f176288f9f8b5f8ce4c62e8b59520d27335 Mon Sep 17 00:00:00 2001 From: eikendev Date: Mon, 1 Nov 2021 23:31:56 +0100 Subject: [PATCH] Add swag as dev tool --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b18f8d7..9af71c3 100644 --- a/Makefile +++ b/Makefile @@ -17,4 +17,5 @@ test: .PHONY: setup setup: go install github.com/fzipp/gocyclo/cmd/gocyclo@latest + go install github.com/swaggo/swag/cmd/swag@latest go install honnef.co/go/tools/cmd/staticcheck@latest