summaryrefslogtreecommitdiff
path: root/cmd/rescribe/gbook.go
diff options
context:
space:
mode:
authorNick White <git@njw.name>2022-10-27 16:32:07 +0100
committerNick White <git@njw.name>2022-10-27 16:32:07 +0100
commit2aabbfeb7173d682fc28cc512afc13bab2ce0ee7 (patch)
tree151e3b93c971bd391b59906e89a97d8104493420 /cmd/rescribe/gbook.go
parent811601e4b446b1c598af965b74155f7f76ffb7e9 (diff)
gofmt
Diffstat (limited to 'cmd/rescribe/gbook.go')
-rw-r--r--cmd/rescribe/gbook.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/rescribe/gbook.go b/cmd/rescribe/gbook.go
index fe2f4b8..320f574 100644
--- a/cmd/rescribe/gbook.go
+++ b/cmd/rescribe/gbook.go
@@ -77,8 +77,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
}
}