This repository contains slides and examples used for my Go introductory workshop.
The slides can be viewed online using a public server:
If you have a working Go installation you can use go get
to download this repo to your machine for playing with the examples:
go get -d github.com/xperimental/go-intro
The slides are in a format understood by present. To view the slides locally use the following (after downloading the repo):
# Get present tool
go get -u golang.org/x/tools/cmd/present
# With $GOPATH/bin in $PATH
# Inside go-intro repo
present
# Then open browser at http://localhost:3999
# and navigate to slides.
- v1 held at FFBW::Camp 2017
- Workshop at HolidayCheck AG: v2 first part; v3 second part