Files
fiber-test/people/init.go
Tommy Parnell 76930490d6 fibre test
2021-12-28 11:36:46 -05:00

8 lines
114 B
Go

package people
// Animal represents information about all animals.
type Person struct {
Name string
Age int
}