fibre test
This commit is contained in:
7
people/init.go
Normal file
7
people/init.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package people
|
||||
|
||||
// Animal represents information about all animals.
|
||||
type Person struct {
|
||||
Name string
|
||||
Age int
|
||||
}
|
||||
Reference in New Issue
Block a user