My experience has been pretty similar: Go is perfect for building high performance APIs. A lot of the library infrastructure is still in early stages.<p>One suggestion: Don't bog down your application server with serving static files (Slide 7. favicon and robots.txt). I put all of my css, js and image files in a /static sub-directory and configured nginx to serve any URL starting with /static without hitting my go-server.