package
1.0.0
Repository: https://github.com/devenes/go-bookstore-api.git
Documentation: pkg.go.dev

# Functions

POST /books Create new book.
DELETE /books/:id Delete a book.
GET /books/:id Find a book.
GET /books Find all books.
PATCH /books/:id Update a book.

# Structs

No description provided by the author
No description provided by the author