commit | abbecca96c26588ccf68439160ccc84a5ab3039c | [log] [tgz] |
---|---|---|
author | Andrew Bonventre <andybons@golang.org> | Wed Dec 27 19:17:56 2017 -0500 |
committer | Andrew Bonventre <andybons@golang.org> | Wed Jan 03 00:12:57 2018 +0000 |
tree | 025e0f7ad4aad51ecfde7e29a721b14d43fbaaa8 | |
parent | 7f1f0873d0d98ebfe9d708f451807e66462275d5 [diff] |
playground: add program output caching Change-Id: Ia1b64b4eec7d40a2cdade0ba2e67b82125f474b3 Reviewed-on: https://go-review.googlesource.com/85575 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.