Go is a compiled, statically typed programming language similar in syntax to C. Also referred to as “Golang”, Go is well-known for its performance in networking and multiprocessing.
Originally designed at Google, Go version 1.0 released in March 2012 as a public open source project. Today, it is an extremely popular project with over a thousand contributors from the community. Go’s design makes it popular for building concurrent programs, with features built into the language like goroutines and channels.
For more educational resources related to Go, check out our How To Code in Go series.
Find a complete list of Go resources on our Go topic page.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in our Questions & Answers section, find tutorials and tools that will help you grow as a developer and scale your project or business, and subscribe to topics of interest.
Sign upThis textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!