person.go 84 B

1234567
  1. package entity
  2. type Person struct {
  3. Name string
  4. Address string
  5. Age int
  6. }