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: | |
rsync -a ../tools/cmd/present/ . | |
Then run: | |
gcloud --project=golang-org app deploy | |
To submit changes to this repository, see https://golang.org/doc/contribute.html. |