Lightning Intro To Go
The Go Programming Language Go is a compiled programming language in the tradition of C and C++, with static typing, garbage collection, and unique language features enabling concurrent programming Latest Release: 1.8rc3 (1.8 will be out soon) Developed internally by Google to solve the kind of problems unique to Google (ie, high scale services/systems) Designers/developers of Go have deep ties to C/Unix (Ken Thompson, Rob Pike, Robert Griesemer, et al) Hello World in Go...