The Go Programming Language
So you want to expose Go on the Internet
So you want to expose Go on the Internet
Back when crypto/tls was slow and net/http young, the general wisdom was to always put Go servers behind a reverse proxy like NGINX. That's not necessary anymore! At Cloudflare we recently experimented with exposing pure Go services to the hostile wide area network.
gopheracademy.com
This looks useful




When i was working on a golang service, we used httprouter instead of the default golang mux. It seemed a lot more flexible, but I'm interested to see what improvements were made in 1.8