Posts categorized as: golang

Learning to Go, Part I: Interfaces

Published by Matt Stine

This article was originally published in the April 2014 issue of NFJS the Magazine. This article begins an introductory series on the Go programming language. Go is a language optimized for large-scale software engineering and is rapidly becoming the language of choice for building cloud services. It does this in a very interesting way, optimizing for simplicity rather than complexity and taking a “less is exponentially more” approach. Three ways in which this really stands out are: