style: comment formatting
This commit is contained in:
parent
c42d2b5dfe
commit
44d0a90ca0
20
main.go
20
main.go
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue