Files
go-htmx-templ/app/types/catfacts.go
Eden Kirin 26635bbff1 Full demo
2024-01-21 11:01:31 +01:00

10 lines
119 B
Go

package types
type CatFact struct {
Breed string
Country string
Origin string
Coat string
Pattern string
}