We host in this repository Casablanca Golang meetup :
- Presentations
- How-to guides
- Demo code
- References
In some workshops, the attendes will need the setup of a Golang workshop, you can follow the Golang Workspace Setup guide to do so.
Download and install Golang from the following link https://golang.org/dl/
Mac Users : You can install it using brew : brew install go
You will find Go installed in the following directory for each OS :
Mac: /usr/local/go
Windows: c:\go
Linux: $HOME/go