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