aboutsummaryrefslogtreecommitdiff
path: root/lib/contact/google/author.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/contact/google/author.go')
-rw-r--r--lib/contact/google/author.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/contact/google/author.go b/lib/contact/google/author.go
index 65ae94a6..b6a19c83 100644
--- a/lib/contact/google/author.go
+++ b/lib/contact/google/author.go
@@ -5,6 +5,6 @@ package google
// Author define Google contacts author.
type Author struct {
- Name GD `json:"name,omitempty"`
- Email GD `json:"email,omitempty"`
+ Name GD `json:"name"`
+ Email GD `json:"email"`
}