repository created in order to learn basics of go programming language
sudo pacman -S go
env variables:
export GOPATH=$HOME/go
export GOBIN=$HOME/go/bin
go install hello.go
$GOBIN/hello
- official go website
- go on arch Wiki
- documentation - starting point
- getting started
- tour of go
- how to write go code
- effective go
- go tutorial
- go wiki
- what are the the best sources to learn Go?
- resources for new go programmers
- go by example
- what is go used for? #1
- what is go used for? #2
- what is go used for? #3