diff options
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"}, |