https://goplay.tools/ with syntax highlighting and autocomplete. https://github.com/x1unix/go-playground
Go Playground embed
Go Sandbox: A full-featured, IDE-level Go playground — now live and free to use - Releases - Go Forum
A slightly better version of Go Playground (maybe)
TIP: A better go playground
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