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