more tests and standardize struct field casing

This commit is contained in:
2021-06-26 16:48:49 -04:00
parent 32b4caf163
commit ecacf2d726
4 changed files with 97 additions and 21 deletions

View File

@@ -44,11 +44,11 @@ type Identifiers struct {
Amazon []string `json:"amazon"`
Goodreads []string `json:"goodreads"`
Google []string `json:"google"`
Isbn10 []string `json:"isbn_10"`
Isbn13 []string `json:"isbn_13"`
Lccn []string `json:"lccn"`
Librarything []string `json:"librarything"`
Oclc []string `json:"oclc"`
ISBN10 []string `json:"isbn_10"`
ISBN13 []string `json:"isbn_13"`
LCCN []string `json:"lccn"`
LibraryThing []string `json:"librarything"`
OCLC []string `json:"oclc"`
ProjectGutenberg []string `json:"project_gutenberg"`
}