A Basic Go CRUD API This CRUD API basically creates, updates, reads and delete books in a MySQL DB To build the code, run go build To run the server, run go run main.go