commit | ad3cdb956e904d1db6e36e47a0ecd8f733023604 | [log] [tgz] |
---|---|---|
author | Yury Smolsky <yury@smolsky.by> | Wed Oct 24 00:21:10 2018 +0300 |
committer | Katie Hockman <katie@golang.org> | Tue Oct 23 21:32:58 2018 +0000 |
tree | 191f48533e9cfac747effd7511a3fede1957ee57 | |
parent | ed387e609b15eb37126207f93fd65348ee270149 [diff] |
playground: fix the test broken by CL 141478 New fields were added to the response struct in CL 141478. That was not accounted in the TestCommandHandler test. This CL fixes the test by adding required fields. Updates golang/go#25454 Change-Id: I374cef6199235d781bd83a60156ca4f0d90898ee Reviewed-on: https://go-review.googlesource.com/c/144078 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Yury Smolsky <yury@smolsky.by> Reviewed-by: Katie Hockman <katie@golang.org>
This subrepository holds the source for the Go playground: https://play.golang.org/
# build the image docker build -t playground .
docker run --name=play --rm -d -p 8080:8080 playground # run some Go code cat /path/to/code.go | go run client.go | curl -s --upload-file - localhost:8080/compile
gcloud --project=golang-org --account=person@example.com app deploy app.yaml
To submit changes to this repository, see https://golang.org/doc/contribute.html.