Go course (beginner)

To run the slides in your browser

The course material consists of slides containing executable examples. You can run them in your browser after following a few simple steps.

  1. Make sure Go is installed on your machine:

    go version

  2. Install the present tool:

    go get -u golang.org/x/tools/present

  3. Clone this repository and cd to the clone:

    git clone https://github.com/jub0bs/go-course-beginner && cd go-course-beginner

  4. Run the present tool:

    present