diff options
author | Nick White <git@njw.name> | 2022-10-27 16:32:07 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2022-10-27 16:32:07 +0100 |
commit | 2aabbfeb7173d682fc28cc512afc13bab2ce0ee7 (patch) | |
tree | 151e3b93c971bd391b59906e89a97d8104493420 /cmd/rescribe/gbook_test.go | |
parent | 811601e4b446b1c598af965b74155f7f76ffb7e9 (diff) |
gofmt
Diffstat (limited to 'cmd/rescribe/gbook_test.go')
-rw-r--r-- | cmd/rescribe/gbook_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rescribe/gbook_test.go b/cmd/rescribe/gbook_test.go index 6cd5a63..56b4b40 100644 --- a/cmd/rescribe/gbook_test.go +++ b/cmd/rescribe/gbook_test.go @@ -11,7 +11,7 @@ import ( func Test_getBookIdFromUrl(t *testing.T) { cases := []struct { url string - id string + id string }{ {"https://books.google.it/books?id=QjQepCuN8JYC", "QjQepCuN8JYC"}, {"https://www.google.it/books/edition/_/VJbr-Oe2au0C", "VJbr-Oe2au0C"}, |