An API server written in Go using the Gorilla web toolkit having docs generated using go-swagger.
Clone the repo-
gh repo clone navendu-pottekkat/students-api
Run make-
make run
Open localhost:9090/docs
to view the API docs.
Check out Nic Jackson's "Building Microservices with Go" on YouTube for a complete guide to building microservices in Go.