style: comment formatting

This commit is contained in:
Derrick Hammer 2023-04-30 02:46:47 -04:00
parent c42d2b5dfe
commit 44d0a90ca0
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 10 additions and 10 deletions

20
main.go
View File

@ -17,19 +17,19 @@ import (
//go:embed app/* //go:embed app/*
var embedFrontend embed.FS var embedFrontend embed.FS
// @title Lume Web Portal // @title Lume Web Portal
// @version 1.0 // @version 1.0
// @description A decentralized data storage portal for the open web // @description A decentralized data storage portal for the open web
// @contact.name Lume Web Project // @contact.name Lume Web Project
// @contact.url https://lumeweb.com // @contact.url https://lumeweb.com
// @contact.email contact@lumeweb.com // @contact.email contact@lumeweb.com
// @license.name MIT // @license.name MIT
// @license.url https://opensource.org/license/mit/ // @license.url https://opensource.org/license/mit/
// @externalDocs.description OpenAPI // @externalDocs.description OpenAPI
// @externalDocs.url https://swagger.io/resources/open-api/ // @externalDocs.url https://swagger.io/resources/open-api/
func main() { func main() {
// Initialize the configuration settings // Initialize the configuration settings
config.Init() config.Init()