import (
p1 "package1"
"package2"
)
go doc pkg.func
How to create a package declaration. How to import packages. How to create a main function and add code inside to print to the terminal.
var myVar int
int myVar := 42
Type Zero Value
ints 0
floats 0
string "" (empty string)
boolean false