The Smallest Go Tutorial
- Install Go
- Open Terminal and set current directory
- Run the code with command
go run(see an example below):
$ go run 01_variable.go
gobyexample.com written by Mark McGranaghan and Eli Bendersky
sp301415: suggesting adding more concepts with better Index