matryer/goblueprints

reflect: reflect.flag.mustBeAssignable using value obtained using unexported field

Opened this issue · 2 comments

googleLocation `json:"location"`

*googleGeometry `json:"geometry"`

This line cause me: reflect: reflect.flag.mustBeAssignable using value obtained using unexported field

But, if I specify field names here, It works

I have the same problem. Can u tell me how works for you?

Try GoogleGeometry - this should make it exported (and not "unexported")