From b571f780dcc4baafa659bebbc316204a46e42f4f Mon Sep 17 00:00:00 2001 From: Nick White Date: Fri, 23 Jul 2021 16:17:40 +0100 Subject: gofmt --- cmd/dlgbook/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/dlgbook/main.go') diff --git a/cmd/dlgbook/main.go b/cmd/dlgbook/main.go index 65ac870..6518006 100644 --- a/cmd/dlgbook/main.go +++ b/cmd/dlgbook/main.go @@ -78,8 +78,8 @@ func getMetadata(id string) (string, string, string, error) { // designed to be unmarshalled by encoding/json's Unmarshal() type bookInfo struct { VolumeInfo struct { - Title string - Authors []string + Title string + Authors []string PublishedDate string } } -- cgit v1.2.1-24-ge1ad