playground: add integration test for https://golang.org/cl/105235 Add a test case that checks fake timestamps generated by the patched runtime.write. Updates golang/go#24615 Updates golang/go#24659 Change-Id: I210cfd4500e7f72567539dd9b3e23da4f907a3e2 Reviewed-on: https://go-review.googlesource.com/106475 Reviewed-by: Bryan C. Mills <bcmills@google.com>
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.