/go-playground

Better Go Playground powered by React and Monaco editor

Primary LanguageGoMIT LicenseMIT

Better Go Playground

Improved Go Playground powered by Monaco Editor and React

alt text

Features

And more

Demo

http://goplay.x1unix.com/

Installation

Playground is available via Docker Hub or can be built and run locally (Go 1.12+ and Node.js required):

$ git clone https://github.com/x1unix/go-playground.git
$ cd go-playground
$ make

To run the playground, go to target directory and start the server:

$ cd target
$ ./playground -f ./data/packages.json -debug

Use -help to get information about command params