GO TYPE STRUCT

type person struct {
    name string
    age  int
}
Johan