8000 GitHub - Neugls/playground: [mirror] The Go Playground
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Neugls/playground

 
 

Repository files navigation

playground

This subrepository holds the source for the Go playground: https://play.golang.org/

Building

# build the image
docker build -t playground .

Running

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

Deployment

gcloud --project=golang-org --account=person@example.com app deploy app.yaml

Contributing

To submit changes to this repository, see https://golang.org/doc/contribute.html.

About

[mirror] The Go Playground

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 78.6%
  • HTML 11.2%
  • CSS 6.1%
  • JavaScript 3.6%
  • Makefile 0.5%
0