Introduction
This lab aims to test your understanding of variables in Golang. In Golang, variables are explicitly declared and used by the compiler to check the type-correctness of function calls.
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
go(("Golang")) -.-> go/BasicsGroup(["Basics"])
go/BasicsGroup -.-> go/variables("Variables")
subgraph Lab Skills
go/variables -.-> lab-15527{{"Exploring Golang Variable Declarations"}}
end