Total Pageviews

Tuesday 20 March 2018

introduction-to-go

http://dave.cheney.net/training#introduction-to-go

Usage

This slide deck and supporting material is part of the Introduction to Go training course by Dave Cheney.

Installation

  1. Clone this code into a directory
git clone https://github.com/davecheney/introduction-to-go
  1. Install the Go present tool
go get -u -v golang.org/x/tools/cmd/present
  1. Run the present tool
cd introduction-to-go && present
The slides will be available at http://127.0.0.1:3999/introduction-to-go.slide

Online

You can view current version of slides at https://go-talks.appspot.com/github.com/davecheney/introduction-to-go/introduction-to-go.slide#1

from https://github.com/davecheney/introduction-to-go

No comments:

Post a Comment