You've already forked golang-base-project
Improves documentation (#13)
* Documents all env variables and adds an example project * Adds godoc comments * Fixed package naming issue
This commit is contained in:
@ -2,6 +2,7 @@ package models
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
// Website holds information about different websites
|
||||
type Website struct {
|
||||
gorm.Model
|
||||
Title string
|
||||
|
Reference in New Issue
Block a user