From 44d0a90ca0dbb136df78dfd25e53fd3eb30de571 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 30 Apr 2023 02:46:47 -0400 Subject: [PATCH] style: comment formatting --- main.go | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/main.go b/main.go index 24a95ca..b64fcb1 100644 --- a/main.go +++ b/main.go @@ -17,19 +17,19 @@ import ( //go:embed app/* var embedFrontend embed.FS -// @title Lume Web Portal -// @version 1.0 -// @description A decentralized data storage portal for the open web +// @title Lume Web Portal +// @version 1.0 +// @description A decentralized data storage portal for the open web -// @contact.name Lume Web Project -// @contact.url https://lumeweb.com -// @contact.email contact@lumeweb.com +// @contact.name Lume Web Project +// @contact.url https://lumeweb.com +// @contact.email contact@lumeweb.com -// @license.name MIT -// @license.url https://opensource.org/license/mit/ +// @license.name MIT +// @license.url https://opensource.org/license/mit/ -// @externalDocs.description OpenAPI -// @externalDocs.url https://swagger.io/resources/open-api/ +// @externalDocs.description OpenAPI +// @externalDocs.url https://swagger.io/resources/open-api/ func main() { // Initialize the configuration settings config.Init()