From ff2b763907035d904bcf3622f9bb6166df0a84e5 Mon Sep 17 00:00:00 2001 From: perp Date: Mon, 3 Jun 2024 14:28:47 +0100 Subject: [PATCH] Updated swag command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 514f35f..ebd1332 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ GoPay is a cryptocurrency payment processor made in Go ## Generate Swagger documentation ``` -swag i -g v1.go -dir internal/router/api/v1 --instanceName v1 +swag i -g v1.go -dir internal/router/api/v1,internal/models --instanceName v1 ```