]> Cypherpunks repositories - gostls13.git/commit
godoc: support Playground examples on App Engine
authorAndrew Gerrand <adg@golang.org>
Mon, 8 Oct 2012 22:57:51 +0000 (09:57 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 8 Oct 2012 22:57:51 +0000 (09:57 +1100)
commit4fb89c9d6a686780037ad9e49998fe8e46402b80
treef718212cc5959500c1a8494d07c8906d5dfafb35
parentf8b5838123585fc74d8463ff3b99a9780b0517b9
godoc: support Playground examples on App Engine

Updates setup-godoc-app.bash to produce a working godoc app
by substituting the go1.0.x go/... packages with those from tip.

R=gri
CC=golang-dev
https://golang.org/cl/6587080
src/cmd/godoc/appinit.go
src/cmd/godoc/main.go
src/cmd/godoc/play-appengine.go [new file with mode: 0644]
src/cmd/godoc/play-local.go [new file with mode: 0644]
src/cmd/godoc/play.go [new file with mode: 0644]
src/cmd/godoc/setup-godoc-app.bash [changed mode: 0644->0755]