This is a sample CRUD app written using Go and Gorilla mux for routing
$ go get github.com/gorilla/mux
to run this app in development server execute the following command
go run app.go
this is will start the development server on http://localhost:8081
modify the port number to the free port on your machine in case any error occurs