commit | ed387e609b15eb37126207f93fd65348ee270149 | [log] [tgz] |
---|---|---|
author | Yury Smolsky <yury@smolsky.by> | Tue Oct 16 22:32:25 2018 +0300 |
committer | Yury Smolsky <yury@smolsky.by> | Tue Oct 16 20:01:15 2018 +0000 |
tree | 4346bc5fef4bf1c9c4473fef03dd9d2f52e6dc85 | |
parent | e03e82975f78ba0f88b87976f5328eaf38485ec7 [diff] |
Dockerfile: include updated x/tools containing CL 141477 Updates golang/go#10590 Updates golang/go#25454 Change-Id: I807608979062f57268bf2b80edbd37d88e74b8f7 Reviewed-on: https://go-review.googlesource.com/c/142637 Reviewed-by: Brad Fitzpatrick <bradfitz@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.