The course material consists of slides containing executable examples. You can run them in your browser after following a few simple steps.
-
Make sure Go is installed on your machine:
go version
-
Install the
present
tool:go get -u golang.org/x/tools/present
-
Clone this repository and
cd
to the clone:git clone https://github.com/jub0bs/go-course-beginner && cd go-course-beginner
-
Run the present tool:
present