go-intro

An interactive introduction into Go

MIT License

Stars
6

go-intro

This repository contains slides and examples used for my Go introductory workshop.

Usage

View online

The slides can be viewed online using a public server:

Local 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.

Talks