Full demo

This commit is contained in:
Eden Kirin
2024-01-21 11:01:31 +01:00
parent 42ac91ce64
commit 26635bbff1
11 changed files with 292 additions and 62 deletions

9
app/types/catfacts.go Normal file
View File

@ -0,0 +1,9 @@
package types
type CatFact struct {
Breed string
Country string
Origin string
Coat string
Pattern string
}