Go REST API
A simple RESTful API built using Gorilla Mux in Go. This project manages a collection of books and supports basic CRUD operations (Create, Read, Update, Delete). Features
Get all books
Get a book by ID
Add a new book
Update a book by ID
Technologies Used
Go (Golang)
Gorilla Mux router