Tutorial: Golang REST API With Mux by Traversy Media
Go Docs: Documentation
Mux Docs: Documentation
- Download this repo or run:
$ git clone git@github.com:kayprogrammer/book-api-go.git
- Install Mux
$ go get -u github.com/gorilla/mux
- Build and run server
$ go build && ./book-api