Task:
- Create simple cli application for find all books of authors specific book
- Application has to find all authors for book and it will print list of all their books
- Create list of books for each author (name, date of publishing, count of revision, isbn)
- Print result to stdout in yaml format sorted by author name, date of publishing (asc, desc as argument). Names of authors have to part of output.
As source of information about books and authors use this api: https://openlibrary.org/developers/api
Resources: Offical docs for golang packages: https://pkg.go.dev/