* https://golang.org/doc/code.html
* https://gobyexample.com/
* https://awesome-go.com/
## Testing
* https://blog.alexellis.io/golang-writing-unit-tests/
* https://blog.questionable.services/article/testing-http-handlers-go/
## HTTP
* https://golang.org/doc/articles/wiki/
* https://medium.com/rungo/secure-https-servers-in-go-a783008b36da
* https://medium.com/rungo/running-multiple-http-servers-in-go-d15300f4e59f
* https://blog.logrocket.com/creating-a-web-server-with-golang/
* https://blog.kowalczyk.info/article/Jl3G/https-for-free-in-go-with-little-help-of-lets-encrypt.html
* https://marcofranssen.nl/build-a-go-webserver-on-http-2-using-letsencrypt/
## Caching
* https://github.com/allegro/bigcache
## TOML
* https://github.com/pelletier/go-toml
## Memory DB
* https://github.com/tidwall/buntdb
## Templates
* https://golang.org/pkg/text/template/
* https://github.com/aymerick/raymond