Library/models/message.go
kolaente 0c80f55963
All checks were successful
the build was successful
Message now all lowercase when returned as json
2017-12-07 10:45:33 +01:00

7 lines
106 B
Go

package models
// Message is a standard message
type Message struct {
Message string `json:"message"`
}