An example of how we can organize work with sqlx and MySql in Golang/Http and Gorilla web toolkit.
Also used Negroni HTTP Middleware and Angular.js MVW Framework for frontend.
1. Gorrila
2. Negroni
3. Sqlx
4. Angular.js
go get -u github.com/gkiryaziev/go-gorilla-sqlx
Copy `config.default.yaml` to `config.yaml` and edit configuration.
go build && go-gorilla-sqlx
You can use glide packages manager to get all needed packages.
go get -u -v github.com/Masterminds/glide
cd go-gorilla-sqlx && glide install