github.com/graybobo/golang.org-package-offline-cache@v0.0.0-20200626051047-6608995c132f/x/talks/README (about) 1 This repository holds various Go talks that may be viewed with the present tool. 2 3 To install the present tool, use go get: 4 5 go get golang.org/x/tools/cmd/present 6 7 To deploy these talks to App Engine, copy the tools/cmd/present directory to 8 the root of this repository and run: 9 10 appcfg.py update -A your-app-id -V your-app-version /path/to/talks 11 12 To submit changes to this repository, see http://golang.org/doc/contribute.html.