Try Documentalist,
my app that offers fast, offline access to 190+ programmer API docs.
- https://blog.bracebin.com/achieving-perfect-ssl-labs-score-with-go
- http://dmathieu.com/articles/development/golang-streaming/
- https://gist.github.com/jbardin/9663312 - timeout for net.Conn
- https://github.com/sipin/gorazor - port of razor templating to Go
- https://github.com/astaxie/build-web-application-with-golang/blob/master/en/eBook/07.4.md
- https://github.com/microcosm-cc/bluemonday/ - http sanitizer
- https://github.com/elazarl/goproxy
- http://godoc.org/github.com/facebookgo/httpcontrol - improvement to HTTP
- https://gist.github.com/cryptix/9dd094008b6236f4fc57 - multipart upload with io.Pipe
- http://www.hydrogen18.com/blog/stop-listening-http-server-go.html
- https://code.google.com/p/go-html-transform/ - html parsing
- https://github.com/chai2010/gopkg/blob/master/net/http/rest/gzip.go
- https://github.com/chai2010/gopkg/blob/master/encoding/base58/base58.go
- https://github.com/tv42/base58
- https://github.com/vmihailenco/gforms
- https://github.com/yosssi/gohtml - html formatter, pretty print
- https://github.com/rogpeppe/macaroon
- https://github.com/dchest/authcookie
- https://github.com/justinas/nosurf
- https://github.com/PuerkitoBio/throttled
- https://github.com/juju/ratelimit - rate limit using a token bucket