FEATURED
Interfaces and Composition for Effective Unit Testing in Go
A look at concepts you can use to ensure your code is easy to test and four examples of effective testing in action.
First Chapter of 'The Go Programming Language' Book [PDF] The first chapter of a forthcoming book by Alan A A Donovan and Brian W Kernighan. It looks like it’s going to be a fantastic book when done.
Jobrunner: A Framework for Performing Work Asynchronously
Trigger and perform work outside of the request flow to prevent any delays to the current HTTP request (e.g. sending emails to new users on signup).
How Go Helps Docker and the Container Ecosystem Docker is built in Go and this has helped to spur Go’s adoption amongst DevOps engineers.
Azure App Service Get Experimental Go Support
You can now run Go apps on Microsoft’s Azure App Service.
Monoids for Gophers
“Monoids are a painfully abstract concept, in order to have any hope of gaining an intuition for them we’re going to need to look at some concrete examples.”
Writing Webapps With Gorilla Mux
A 5 minute screencast demonstrating gorilla/mux, an HTTP request router and dispatcher/multiplexer.
GO IN 5 MINUTES
IN BRIEF
Hardcore Go: A 2 Day Class in Berlin in January 2016
Beta Testers Wanted for SublimeText Go
Elixir Concepts for Go Developers
Elixir is a Ruby-like language that runs on the Erlang VM.
What Editor Plugins Are You using for Go?
Building a RESTful API in Go Using Only the Standard Library
Learning Golang Building a Stock Notifier
Gootstrap: A Simple Go Package Bootstrapper
Aims to save you some time when building a new package from scratch.
有疑问加站长微信联系(非本文作者)
