From: Andrew Gerrand Date: Tue, 20 Mar 2012 03:11:17 +0000 (+1100) Subject: doc: remove defunct playground.html X-Git-Tag: weekly.2012-03-22~37 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=58aac1d0ffe9e1c00347626306c30caa5dfb44e3;p=gostls13.git doc: remove defunct playground.html R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5846071 --- diff --git a/doc/playground.html b/doc/playground.html deleted file mode 100644 index 746b29c869..0000000000 --- a/doc/playground.html +++ /dev/null @@ -1,29 +0,0 @@ - - -
-

-The Go Playground is a web service that runs on -golang.org's servers. -The service receives a Go program, compiles, links, and runs the program inside -a sandbox, then returns the output. -

- -

-There are limitations to the programs that can be run in the Playground. -They must be single-threaded (but they may use many goroutines). -There are also limits on execution time, and CPU and memory usage. -The Playground can access only a subset of the standard library -(notably absent are network and file system access). -Therefore, the only communication a Playground program has to the outside world -is via standard output. -

- -
- -
- -
- -