diff options
| author | Shulhan <ms@kilabit.info> | 2026-04-05 03:50:32 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-04-05 03:52:47 +0700 |
| commit | 778fd16011ec1d39c41b62372dc65f045183266e (patch) | |
| tree | a6f6f26930c00d8ac3dd7bfa1fb476bd65454833 /lib/contact/google/author.go | |
| parent | 6fba7b9ce3bcaf4225e5ab774a15ef7364ed1420 (diff) | |
| download | pakakeh.go-778fd16011ec1d39c41b62372dc65f045183266e.tar.xz | |
all: apply go fix
Diffstat (limited to 'lib/contact/google/author.go')
| -rw-r--r-- | lib/contact/google/author.go | 4 |
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"` } |
