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:
@ -6,6 +6,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// User holds information relating to users that use the application
|
||||
type User struct {
|
||||
gorm.Model
|
||||
Email string
|
||||
|
Reference in New Issue
Block a user