Let’s Go Further: Build Concurrent Software using the Go Programming Language

Google Tech Talk April 25, 2012 Presented by Sameer Ajmani ABSTRACT Go is an open source programming environment that makes it easy to build simple, reliable, and efficient software. One of Go’s key design goals is code adaptability; that it should be easy to take a simple design and build upon it in a clean and natural way. Go Version 1 (or Go 1 for short), which defines a language and a set of core libraries to provide a stable foundation for creating reliable products, projects, and publications, was
Back to Top