This document summarizes some key features and benefits of the Go programming language. It discusses Go's support for concurrency with lightweight goroutines and channels for communication between goroutines. It also covers Go's syntax which is similar to C but with memory safety due to garbage collection, and its standard library and tools. Finally it provides an example of Go's use at a large company for building high throughput low latency network services.