You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved Go Playground powered by Monaco Editor and React
9
+
Improved Go Playground powered by Monaco Editor and React - [https://goplay.tools/](https://goplay.tools)
8
10
9
-

11
+

10
12
11
13
## Features
12
14
15
+
* 🌚 Dark theme
13
16
* 💡 Code autocomplete
14
17
* 💾 Load and save files
15
18
* 📔 Snippets and tutorials
19
+
* ⚙ Customization (fonts, ligatures, etc)
16
20
* 🛠 [WebAssembly](https://github.com/golang/go/wiki/WebAssembly) support
17
-
* 🌚 Dark theme
18
21
19
22
20
-
And more
23
+
And more !
24
+
25
+
## Installation
21
26
22
-
##Demo
27
+
### Docker
23
28
24
-
[https://goplay.tools/](https://goplay.tools)
29
+
Playground is available via [Docker Hub](https://hub.docker.com/r/x1unix/go-playground).
25
30
26
-
## Installation
31
+
See [wiki](https://github.com/x1unix/go-playground/wiki/Docker) for usage info.
32
+
33
+
### Local instance
27
34
28
-
Playground is available via [Docker Hub](https://hub.docker.com/r/x1unix/go-playground) or can be built and run locally (**Go 1.12+** and **Node.js** required):
35
+
Service can be built and run locally (**Go 1.12+** and **Node.js** required):
0 commit comments