go type struct

type person struct {
    name string
    age  int
}
Johan