Files
go-htmx-templ/app/types/catbreed.go
2024-01-21 14:32:32 +01:00

10 lines
120 B
Go

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