Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

gofunky/playground

 
 

Repository files navigation

playground

Build Status Go Report Card Codacy Badge

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 [email protected] app deploy app.yaml

Contributing

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

Releases

No releases published

Packages

No packages published

Languages

  • Go 68.3%
  • Dockerfile 13.8%
  • HTML 9.3%
  • CSS 5.0%
  • JavaScript 2.9%
  • Makefile 0.4%
  • Shell 0.3%