probo/models/answer.go
2022-06-23 11:25:35 +02:00

6 lines
65 B
Go

package models
type Answer struct {
ID string
Text string
}