Introduction

Get an overview of the contents and understand the structure of this section.

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.