Go Type Struct

type person struct {
    name string
    age  int
}
Johan