From b7e781d41466083acbf46d02e7fb52f49991a659 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 25 Jun 2021 21:48:15 +0200 Subject: [PATCH] Removed comments --- main.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/main.go b/main.go index 3bbc3af..8fe4502 100644 --- a/main.go +++ b/main.go @@ -50,11 +50,3 @@ func main() { app.Listen(cfg.Host) } - -/* - -swagger generate spec -o ./swagger.yaml - -sudo docker run -p 80:8080 -e SWAGGER_JSON=/api.yaml -v ~/Documents/coding/go/rest-api/swagger.yaml:/api.yaml swaggerapi/swagger-ui - -*/