🌐
Go Playground
goplay.tools
Better Go Playground
Better Go Playground with autocomplete and syntax highlight support
Discussions

Go Playground embed
I’m struggling to find authoritative and up to date information on how or if it’s possible to embed Go Playground - The Go Programming Language into a Hugo blog. Any pointers, please? More on discourse.gohugo.io
🌐 discourse.gohugo.io
0
0
August 9, 2023
Go Sandbox: A full-featured, IDE-level Go playground — now live and free to use - Releases - Go Forum
Hi all, just wanted to share a tool I built for Go developers: 👉 https://go-sandbox.org Go Sandbox is a web-based Go programming environment delivering a nearly native development experience enhanced with LSP-powered features: Go-to-definition, reference lookup, autocompletion (via LSP) ... More on forum.golangbridge.org
🌐 forum.golangbridge.org
3
May 19, 2025
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
🌐
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.
🌐
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%
🌐
GitHub
github.com › golang › playground
GitHub - golang/playground: [mirror] The Go Playground · GitHub
To run the "gotip" version of the playground, set GOTIP=true in your environment (via -e GOTIP=true if using docker run).
Starred by 799 users
Forked by 205 users
Languages   Go 87.4% | HTML 3.7% | Dockerfile 3.0% | Makefile 2.7% | CSS 2.1% | JavaScript 1.1%
🌐
Go
go.dev › play
Go Playground - The Go Programming Language
The only communication a playground program has to the outside world is by writing to standard output and standard error.
🌐
HUGO
discourse.gohugo.io › support
Go Playground embed - support - HUGO
August 9, 2023 - I’m struggling to find authoritative and up to date information on how or if it’s possible to embed Go Playground - The Go Programming Language into a Hugo blog. Any pointers, please?
Find elsewhere
🌐
Gostack
play.gostack.cc
Better Go Playground
Better Go Playground with syntax highlight support
🌐
Studygolang
polarisxu.studygolang.com › posts › devtool › compare-three-playground
对比三款 Go Playground:你喜欢哪款?
August 19, 2020 - 个人认为 goplay.space 最大的特色是智能文档查找,可以在写代码时及时查看文档。要是加上自动完成功能就好了。 · x1unix 觉得以上两个 Playground 都不够。就在前些天(2020-08-12),发布了一个 “Better Go Playground”,这就是 https://goplay.tools/。
🌐
DEV Community
dev.to › x1unix › improving-go-playground-236o
Improving Go playground - DEV Community
August 6, 2020 - A few months ago decided to try to create a better version of Go playground that will have a small valuable set of features that make prototyping comfortable enough, such as basic code autocomplete (stdlib only supported), syntax check, snippets and examples.
🌐
Go Forum
forum.golangbridge.org › releases
Go Sandbox: A full-featured, IDE-level Go playground — now live and free to use - Releases - Go Forum
May 19, 2025 - Hi all, just wanted to share a tool I built for Go developers: 👉 https://go-sandbox.org Go Sandbox is a web-based Go programming environment delivering a nearly native development experience enhanced with LSP-powered features: Go-to-definition, ...
🌐
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.
🌐
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

🌐
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.
🌐
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 ...
🌐
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.
🌐
Libhunt
go.libhunt.com › better-go-playground-alternatives
Better Go Playground Alternatives - Go Other Software | LibHunt
GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.