ketik golang

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