golang¶
- deploying your first golang webapp
- anatomy of goroutines in go / concurrency in go
- roadmap to becoming a go developer in 2019
- rest server with go in 5 minutes
- serving html with golang
libraries¶
- uber-go/zap: blazing fast, structured, leveled logging in go.
- gin-gonic/gin: gin is a http web framework written in go (golang). it features a martini-like api with much better performance -- up to 40 times faster. if you need smashing performance, get yourself some gin.
- json-to-go: convert json to go instantly