Just for exercising Golang fundaments.
API implemented using the Gin framework.
This is a WIP project
GET /books: Retrieve all booksPOST /books: Post a new bookGET /books/{id}: Retrive book with IDid`PATCH /books/{id}/checkout: Checkout book with IDidPATCH /books/{id}/return: Return book with IDid