Go Strust Instances

type Person struct {
  name string
  age  int
}

// create an instance of struct
var person1 Person
SAMER SAEID