From edf2f169a48265a6d6d8fcb40c926b292a8df663 Mon Sep 17 00:00:00 2001 From: grumbulon Date: Fri, 20 Jan 2023 18:08:01 -0500 Subject: [PATCH] adding swagger to makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index c9fb2c4..6ba8ac9 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,9 @@ format-frontend: format-backend: gofmt -w -s . +swagger: + swag init -d cmd/pomme/,internal/ + .PHONY: lint lint-frontend lint-backend lint: lint-frontend lint-backend