This is a created article in which the information may have evolved or changed.
Wide is a Web-based Go language IDE whose goal is not to completely replace the local IDE, but rather to do what the local IDE can do:
Share code: Similar to playground, but supports multiple files and provides embedding methods to show and run code on other websites (such as technical community posts)
Teamwork: such as tag code issue and notification, edit status display, this feature is similar to some real-time strategy game player collaboration, here is the feature design: Hero mode
Anywhere: No need to install the environment (or do not upgrade it often), can be networked to develop. Of course, you can also run locally Wide
Support for mobile devices, even if development is not supported (or is poorly supported), but can be run to browse the code
Easy to integrate and expand with other systems (diligent basic tutorial qkxue.net)
You can use our Wide online service (Tengyun technology ty300.com) or download it yourself and run it on your local environment Wide!
Playground
Wide currently provides Playground for running a single file, which can be seen as an enhanced version of golang.org Go Playground:
Syntax highlighting, auto-completion
Real-time running output via WebSocket
Disqus Integration
Easy to embed in other sites (like personal blogs), check out the Go Learning notes Experience