I have an struct called User:
type User struct { FirstName string `json:"FirstName` LastName string `json:"LastName,omitempty"` Age