Public course material for the ELTE Go language course in 2019.
Install go on OS linux 64-bit use the install_go.sh script in the script/ folder
$ chmod +x install_go.sh
$ ./install_go.sh
it will install go version 1.11.4 into your /tmp folder and set all the necessary environment variables