This slide deck and supporting material is part of the Introduction to Go training course by Dave Cheney.
- Clone this code into a directory
git clone https://github.com/kpango/go-handson
- Install the Go present tool
go get -u -v golang.org/x/tools/cmd/present
- Run the present tool
cd go-handson && present
The slides will be available at http://127.0.0.1:3999/go-handson.slide
You can view current version of slides at https://go-talks.appspot.com/github.com/kpango/go-handson/go-handson.slide#1
This presentation is licensed under the Creative Commons Attribution-ShareAlike 4.0 International licence.
You are encouraged to remix, transform, or build upon the material, providing you give appropriate credit and distribute your contributions under the same license.