Go variable scope
introduction to golang variable scopes
Jul 9, 20216 min read39

Search for a command to run...
Articles tagged with #go
introduction to golang variable scopes

fmt is pronounced “fumpt” and is one of Go’s core packages. It's mainly used for printing information to the terminal. fmt package has a broader purpose like helping us format data, for this reason, it's sometimes referred to as the format package. T...
