I hope you've had a great holiday season. While everyone mentally boots up for the year, we decided to take a look back at the best of 2015. There's some great stuff to check out here. - Peter Cooper, Editor
Boasts more sophisticated routing than provided by net/http, easy definition and validation of inputs, middleware-style handler chaining, and an idiomatically Go flavor. This was our most popular link of 2015.
In this free Codeship eBook you will learn how to use Docker to solve the problems of inconsistent environments on varying deployment targets and how to build an app to run inside an isolated Docker Container.
Steve Francia of Docker looks at some common mistakes when using Go’s features, such as interface usage, pointer misunderstandings, and thinking of errors as strings.
Writing Go code is one thing, but structuring code into a robust project that others can easily work with is another. Here are some tips on the latter.
An engineer needed to build a system that could handle a heavy load (telemetry data POSTed from millions of endpoints). Here’s his story of how he iterated on a solution using Go.