Learning Go Characteristics of Go Combination of C++ and Python Simple and easy to understand Compiled programming language Used for DevOps and SRE development Getting Started Install Go Create the folder you want to store your project files Change the directory Install Go extensions in VS Code Initialize the project with the name of the project Use Go packages to build the project Start learning the basics Variables: using var for normal variables and constant variables fmt: Println, Printf, Print Data types: string, integer, float, struct, array, map Loops: for loop