Golang
Introduction

Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.

Features

  • Simple: Go is easy to learn and use.
  • Fast: Go compiles quickly to machine code.
  • Concurrent: Go encourages writing code that can run concurrently.
  • Safe: Go is statically typed and provides memory safety.
  • Build: Go has a built-in toolchain for building and testing code.