playground: specify memcache address via an env variable This prevents those running on their own services from getting a connection error if there is not a memcached server with that exact name on the network. Change-Id: Ib89630c33dc647979827d57fb40571cb21f462ab Reviewed-on: https://go-review.googlesource.com/86249 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This subrepository holds the source for the Go playground: https://play.golang.org/
To submit changes to this repository, see http://golang.org/doc/contribute.html.
# build the image docker build -t playground .
docker run --rm -d -p 8080:8080 playground # run go some code cat /path/to/code.go | go run client.go | curl --data @- localhost:8080/compile
gcloud --project=golang-org --account=person@example.com app deploy app.yaml
To submit changes to this repository, see http://golang.org/doc/contribute.html.