Welcome to the Go programming language. In this section, you'll set up your development environment, write your first program, and learn how Go code is organized.
Go was created at Google in and released publicly in . It combines the performance of compiled languages with the simplicity of dynamic ones. By the end of this section, you'll be running Go programs on your own machine.