🌐
Google Groups
groups.google.com › g › golang-nuts › c › lheQ6OO4QZQ
Go Sandbox: An alternative front-end to the Go Playground
Hey guys, title says it all – http://go-sandbox.jpillora.com/ – open to suggestions and critisms.
Discussions

A slightly better version of Go Playground (maybe)
This is really good! Now add Vim mode :) More on reddit.com
🌐 r/golang
36
123
January 18, 2020
TIP: A better go playground
Hi all Try out https://goplay.space/ it is a sligtly more advanced go playground with some nice features like: Syntax coloring Runs go imports before execution so it automagically updates import (…) Contex sensitive help by double clicking on functions and packages in code More on forum.golangbridge.org
🌐 forum.golangbridge.org
0
5
October 17, 2018
A better version of Go Playground
It would be nice if the official playground had this as an option. More on reddit.com
🌐 r/golang
32
175
February 28, 2022
Is there any tool like Zod in Golang
Your struct tags imply that you are primarily concerned with coming from JSON. You can implement an Unmarshaler that will assert that the values coming in are one of the valid values or return an error otherwise. This will make it so that when unmarshaling from a JSON source you have a valid structure afterwards. Once you have one such implemantation it is easy to factor it out into something that takes a set of valid options in a function call. More on reddit.com
🌐 r/golang
9
8
July 16, 2024
🌐
GitHub
github.com › x1unix › go-playground
GitHub - x1unix/go-playground: Better Go Playground with autocompletion and syntax highlight · GitHub
Improved Go Playground with syntax highlighting and autocompletion support - https://goplay.tools/
Starred by 1.5K users
Forked by 97 users
Languages   Go 92.3% | CSS 3.1% | JavaScript 2.6% | HTML 0.9% | Makefile 0.6% | Dockerfile 0.4% | Shell 0.1%
🌐
Go Playground
goplay.tools
Better Go Playground
Better Go Playground with autocomplete and syntax highlight support
🌐
ByteSizeGo
bytesizego.com › blog › golang-playground
Exploring the Golang Playground: A Go Developer’s Essential Tool
September 13, 2024 - While the original Golang Playground is great for small, quick code snippets, sometimes you need more flexibility and power to test your Go code. That’s where goplay.tools comes in as a better alternative.
🌐
Reddit
reddit.com › r/golang › a slightly better version of go playground (maybe)
r/golang on Reddit: A slightly better version of Go Playground (maybe)
January 18, 2020 -

Hello folks.

I often find myself thinking that I often encounter a situation when I need to do some small prototyping (playing with goroutines, etc) and Go's playground often is faster solution than a dedicated IDE window. Unfortunately play.golang.org is very primitive (goplay.space is better but not much), so I've decided to try to create something a bit better.

After two days without a sleep managed to create some prototype and I want to share it with you.This playground offers file save and upload feature and some basic code autocomplete (package and function level).

Very interested in your opinion :)

P.S - Recently added experimental WebAssembly support (see release notes)

Demo: https://goplay.tools/

Source: https://github.com/x1unix/go-playground

🌐
Go Forum
forum.golangbridge.org › getting help
TIP: A better go playground - Getting Help - Go Forum
October 17, 2018 - Hi all Try out https://goplay.space/ it is a sligtly more advanced go playground with some nice features like: Syntax coloring Runs go imports before execution so it automagically updates import (…) Contex sensitive help by double clicking ...
🌐
GitHub
github.com › iafan › goplayspace
GitHub - iafan/goplayspace: Advanced Go Playground frontend written in Go, with syntax highlighting, turtle graphics mode, and more · GitHub
Go Play Space is an experimental alternative Go Playground frontend that is built in Go itself (using GopherJS), a Go→JavaScript transpiler, and Vecty, a React-like frontend library for GopherJS).
Starred by 982 users
Forked by 63 users
Languages   Go 83.6% | CSS 10.3% | HTML 5.4% | Shell 0.7%
🌐
Goplay
goplay.space
The Go Play Space
Alternative Go (Golang) Playground with syntax highlighting, turtle graphics and more
Find elsewhere
🌐
DEV Community
dev.to › x1unix › improving-go-playground-236o
Improving Go playground - DEV Community
August 6, 2020 - I often find myself thinking that I often encounter a situation when I need to do some small prototyping (playing with goroutines, etc) and Go's playground often is faster solution than a dedicated IDE window. Unfortunately play.golang.org is very primitive (goplay.space is better but not much), so I've decided to try to create something a bit better.
🌐
GitHub
github.com › grafov › go-playground
GitHub - grafov/go-playground: GNU/Emacs mode that setup local Go playground for code snippets like play.golang.org or even better :) · GitHub
A simple mode for GNU/Emacs to set up a local Go language playground, offering features similar to — and in some ways surpassing — the play.golang.org service, thanks to go-mode. Treat it as a simple REPL for Go.
Starred by 91 users
Forked by 11 users
Languages   Emacs Lisp
🌐
Studygolang
polarisxu.studygolang.com › posts › devtool › compare-three-playground
对比三款 Go Playground:你喜欢哪款?
August 19, 2020 - 总结下:官方的 Playground 主要提供了在线编辑、运行、分享 Go 代码的功能,其中分享对全球的 gopher 来说,可以更方便的进行代码交流,排查问题等,分享也是使用最多的。 ... Go Play Space is an experimental alternative Go Playground ...
🌐
Golangprojectstructure
golangprojectstructure.com › go-playground-tutorial
Having Fun in the Go Playground | Golang Project Structure
May 23, 2025 - The official Go Playground is a widely used and well-maintained tool, yet it is not the only online environment available for writing and executing Go code. One notable alternative is GoPlay, a third-party Go playground that extends the ...
🌐
GitHub
github.com › dancannon › better-go-playground
GitHub - dancannon/better-go-playground: Improves the Go Playground experience · GitHub
August 2, 2022 - The "Better Go Playground" extension makes the Go Playground easier to use by:
Starred by 61 users
Forked by 6 users
Languages   JavaScript 96.0% | CSS 4.0%
🌐
Google Groups
groups.google.com › g › golang-dev › c › FeLjHAE3rq8
Using go-playground for an exam
You might be able to get by with the GopherJS playground, which runs completely in the browser AFAICT.
🌐
Libhunt
go.libhunt.com › better-go-playground-alternatives
Better Go Playground Alternatives - Go Other Software | LibHunt
Simulating shitty network connections so you can build better systems. ... LiteIDE is a simple, open source, cross-platform Go IDE.
🌐
Go
go.dev › play
Go Playground - The Go Programming Language
The Go Playground is a web service that runs on go.dev's servers.
🌐
Google Groups
groups.google.com › g › golang-nuts › c › vOInXwWb9iU
My own Golang Playground?
Is there a reason why it's not a tool, e.g. "go tool play", if it's part of the distribution anyway? ... Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message ... Interesting. I could have sworn that I've used that completely offline. Live and learn. ... Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message ... The playground is great for sharing.
🌐
Libhunt
go.libhunt.com › go-playground-alternatives
Local Golang playground Alternatives - Go Editor Plugins | LibHunt
SaaSHub helps you find the best software and product alternatives ... A Golang plugin collection for SublimeText 3, providing code completion and other IDE-like features. ... DISCONTINUED. An Enhanced Go Experience For The Atom Editor ... DISCONTINUED. An Eclipse plugin for Go. 7.8 3.7 Local Golang playground VS GNU/Emacs go-mode
🌐
Libhunt
go.libhunt.com › compare-hugo-vs-better-go-playground
hugo vs Better Go Playground | LibHunt
Compare hugo and Better Go Playground's popularity and activity. Categories: Software Packages and Other Software.