Go for App Engine json and datastore tags
If you're working with Go as a backed on App Engine you're going to want to make some Entity properties not store to the datastore as well has having a custom json field name. The silent failure case is if you use commas to separate them like this: `json:"attendees", datastore:"-" Instead there should be no comma just a space `json:"attendees" datastore:"-"