Type Golang

type Person struct {
	name string
	age int
	city,phone string
}
Talented Trout