Ve al puntero a la estructura

type Person struct {
  name string
  age int
}
SAMER SAEID