I'd love to hear how folks are actually deploying Golang for web apis - using Gorilla, net/http, etc?
We're using either Gin[0] or pure net/http with Julian Schmidt's HttpRouter[1]. Even Gin lives on top of net/http, and most serious routers/frameworks do.

[0] https://github.com/gin-gonic/gin

[1] https://github.com/julienschmidt/httprouter