hacker-quotes/models/pronoun.go

8 lines
78 B
Go

package models
type Pronoun struct {
Id int
Plural bool
Word string
}