Archived
Template
1
0

Various fixes (#5)

* Fixes #1

* Fixes #2

* Fixes #3

* Fixes #4
This commit is contained in:
Markus Tenghamn
2021-12-13 20:33:50 +01:00
committed by GitHub
parent c2493c238f
commit b5ba3d0387
234 changed files with 872 additions and 58627 deletions

View File

@ -2,15 +2,6 @@ package main
import baseproject "github.com/uberswe/golang-base-project"
// @title Golang Base Project
// @version 1.0
// @description A minimal golang project with user authentication ready out of the box. All frontend assets should be less than 50 kB on every page load.
// @contact.name Markus Tenghamn
// @contact.email m@rkus.io
// @license.name ISC License
// @license.url https://github.com/uberswe/golang-base-project/blob/main/LICENSE
func main() {
baseproject.Run()
}