diff options
Diffstat (limited to 'lib/contact/google/address.go')
| -rw-r--r-- | lib/contact/google/address.go | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/contact/google/address.go b/lib/contact/google/address.go index 563ae101..457a4aed 100644 --- a/lib/contact/google/address.go +++ b/lib/contact/google/address.go @@ -6,11 +6,11 @@ package google // Address format. type Address struct { Rel string `json:"rel,omitempty"` - Full GD `json:"gd$formattedAddress,omitempty"` - POBox GD `json:"gd$pobox,omitempty"` - Street GD `json:"gd$street,omitempty"` - City GD `json:"gd$city,omitempty"` - StateOrProv GD `json:"gd$region,omitempty"` - PostalCode GD `json:"gd$postcode,omitempty"` - Country GD `json:"gd$country,omitempty"` + Full GD `json:"gd$formattedAddress"` + POBox GD `json:"gd$pobox"` + Street GD `json:"gd$street"` + City GD `json:"gd$city"` + StateOrProv GD `json:"gd$region"` + PostalCode GD `json:"gd$postcode"` + Country GD `json:"gd$country"` } |
