Go Type Struct
type person struct {
name string
age int
}
Johan
type person struct {
name string
age int
}