It should be `fred := new(Person)` or `fred := &Person{}`.
It should be
fred := new(Person)orfred := &Person{}.