Introduction
Explore the foundational concepts of the Go programming language including types, variable creation, and functions. Understand how Go's type safety and concurrency features support effective DevOps automation and tooling development.
We'll cover the following...
We'll cover the following...
Go is a type-safe concurrent language that is easy to develop with while being extremely performant. In this section, we’ll start by learning the basics of the Go language such as types, variable creation, functions, and other basic language constructs.
Structure
The following lessons will be covered in this section:
Structure of this section
Let's begin learning the basics of Go.