Skip to content

Go-zh/talks

Repository files navigation

This repository holds various Go talks that may be viewed with the present tool.

To install the present tool, use go get:

	go get github.com/Go-zh/tools/cmd/present

To deploy these talks to App Engine, copy the contents of tools/cmd/present to
the root of this repository and run:

	gcloud app deploy

To submit changes to this repository, see http://golang.org/doc/contribute.html.