A simple Webserver coded in Go/golang for educational purposes only.
Dependencies:
- github.com/jmoiron/sqlx | better querying than the build-in sql package
- github.com/gorilla/mux | a reliable router
- github.com/lib/pq | the official Postgres library