vá tipo estrutura
type person struct {
name string
age int
}
Johan
type person struct {
name string
age int
}