Go (Golang) is an open-source programming language developed by a team at Google (Robert Griesemer, Rob Pike, and Ken Thompson).
What is Go?
Go is a compiled, statically typed language designed to be simple, efficient, and reliable. Go is often called "C for the 21st century".
Key Features
malloc/free.Why use Go?
Go is very popular for developing Cloud Infrastructure (Docker & Kubernetes are made with Go), Microservices, and high-performance Backend APIs.