Go is a compiled programming language created by Google in 2007 that features concurrency, garbage collection, and a simple syntax. It has seen widespread adoption, powering projects like Docker and machine learning systems, and can be learned through documentation, books, and examples.
2. Brief History
2007 : Ken Thompson, Robert Greismer,
Rob Pike, wrote their goals of a new
language.
2008: Ken Thompson started
development of a compiler, Ian Taylor
made a GCC-based compiler for Go.
2009 : In November, Go has been
published as an open source project.