Korean: http://go-tour-kr.appspot.com
English: http://tour.golang.org
Korean translation: http://github.com/golanger/go-tour-translator
This is the App Engine version of the Go Playground.
To deploy: (instructions relative to the appengine directory)
-
Make a copy of the static and template directories.
cp -r ../{static,template} .
-
Edit static/mode.js to set the tourMode variable to "appengine".
-
Edit app.yaml to set the application name to something you have access to.
-
Use appcfg.py to deploy it.
/path/to/sdk/appcfg.py update .