Go Essentials: Mastering Variables, Data Types, and Keywords"๐ฏ
#90DaysOfDevOps
Day-11: Variables, Data Types and Keywords
Variables in Go
Variables in Go are declared using the var keyword. The variable name is followed by the type of the variable and the value of the variable is assigned after the equals sign (...
legiondev.hashnode.dev2 min read