Repo containing information for the Go programming lessons run at SumUp
In preparation for the first Go lesson, please make sure to bring along the following:
We will be using a laptop in order to do practical exercises. If you don’t have a laptop, you’ll still be able to follow along.
Please also follow the below instructions depending on the operating system for the laptop you have.
Applications > Terminal
and run the following command:mkdir ~/go && echo "export GOPATH=\"$HOME/go\"" >> ~/.bashrc;
Done!
C:\go
C:\go
into the “Variable value” fieldDone!
mkdir ~/go && echo "export GOPATH=\"$HOME/go\"" >> ~/.bashrc;
Done!
If you would like to prepare a little ahead of time, definitely check out the tour of Go. It provides a great introduction to the language in a nice, interactive way.