summaryrefslogtreecommitdiff
path: root/cmd/dlgbook/main.go
diff options
context:
space:
mode:
authorNick White <git@njw.name>2021-07-23 16:17:40 +0100
committerNick White <git@njw.name>2021-07-23 16:17:40 +0100
commitb571f780dcc4baafa659bebbc316204a46e42f4f (patch)
treeb892958a63fd95b63b5f0e3591fabb53a272a537 /cmd/dlgbook/main.go
parent80a68210b4332e2d83e6b3e48a9ac94218d59f8b (diff)
gofmt
Diffstat (limited to 'cmd/dlgbook/main.go')
-rw-r--r--cmd/dlgbook/main.go4
1 files changed, 2 insertions, 2 deletions
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
}
}