fibre test

This commit is contained in:
Tommy Parnell
2021-12-28 11:36:46 -05:00
commit 76930490d6
5 changed files with 68 additions and 0 deletions

7
people/init.go Normal file
View File

@@ -0,0 +1,7 @@
package people
// Animal represents information about all animals.
type Person struct {
Name string
Age int
}