With a correctly configured Go toolchain:
go get -u github.com/harrisonzhao/simple-golang-webapp/cd app
go run server.go- app contains the demo app
- intro contains the "hello world" servers using golang's net/http library and gorilla/mux
- presentation contains the tutorial