commit | 9d409f1907caee74f124ff31e1cba223c13998ad | [log] [tgz] |
---|---|---|
author | Andrew Bonventre <andybons@golang.org> | Mon Jan 29 14:33:58 2018 -0500 |
committer | Andrew Bonventre <andybons@golang.org> | Mon Jan 29 19:36:52 2018 +0000 |
tree | 4152e15d0d17998b2c01ab3e8cf02e2344966ff9 | |
parent | 9b22e2527acdcfecc864a023e5a867e8e1c49f00 [diff] |
playground: don’t log the output of a program when it cannot be cached This was causing StackDriver to interpret play program output as application output, polluting our logs. Change-Id: I5deee0012131d4933c5cfa854c71833999402256 Reviewed-on: https://go-review.googlesource.com/90635 Reviewed-by: Andrew Bonventre <andybons@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.