
GoLang
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. Learn Go from the basics to advanced concepts.
Welcome to the GoLang documentation!
Go (or Golang) is a statically typed, compiled programming language designed at Google. It provides excellent support for concurrent programming, making it a powerful choice for building scalable backend systems, microservices, and fast command-line utilities.
Start with What Is Go for the design story, then install the toolchain and learn the go command. From there the docs walk through language basics, functions, and interfaces.