In a talk titled “Introducing Go 1.6: Asymptomatically Approaching Boring”, the Go core team’s Brad Fitzpatrick looked at both the history and future of Go.
Go-flavored reflections on a recent Node.js-related drama when a developer deleted a popular dependency from the core npm repository. ‘depscheck’ is a tool for finding needlessly trivial dependencies in Go programs.
Track any metric via the expvar package, then instantly graph, set alerts, and correlate custom Go metrics with performance metrics from across your stack.
“I’ve been working on a tool that uses the go/types package to identify the item under the cursor and get documentation for it.” Still under development, but there’s a basic Atom package available to try.
On Hired, sign up in 10 minutes and get offers from top companies like Facebook, Uber, Stripe. Engineers get an average of 5 offers on the platform in 1 week. Try it today.
Start from the basics of responding to HTTP requests and continue with techniques for delivering world class web services. Learn how to build a JSON API, decode and validate the inputs, write your own middleware, and more.