Skip to content

An interactive introduction into Go

License

Notifications You must be signed in to change notification settings

xperimental/go-intro

Repository files navigation

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

About

An interactive introduction into Go

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages