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

ActiveFlyers/playground

 
 

Repository files navigation

playground

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

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

Building

# build the image
docker build -t playground .

Running

docker run --rm -d -p 8080:8080 playground
# run go some code
cat /path/to/code.go | go run client.go | curl --data @- localhost:8080/compile

Deployment

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

Contributing

To submit changes to this repository, see http://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 73.2%
  • HTML 13.6%
  • CSS 7.9%
  • JavaScript 4.7%
  • Makefile 0.6%
0