blob: 3d1b9680b5e5381d2390753d5ae20c028b36dc38 [file] [log] [blame]
This repository holds various Go talks that may be viewed with the present tool.
To install the present tool, use go get:
go get golang.org/x/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:
rsync -a ../tools/cmd/present/ ./
gcloud --project=golang-org app deploy
To submit changes to this repository, see http://golang.org/doc/contribute.html.