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
A simple Webserver coded in Go/golang for educational purposes only.
Dependencies: