Files
DurpAPI/model/jokes.go
2023-06-24 10:34:49 -04:00

6 lines
66 B
Go

package model
type DadJoke struct {
JOKE string `json:"joke"`
}