My entry for the Gopher Gala (23-25 Jan 2015)
-
An online Go editor that let's you code with friends.
-
Uses WebSockets and the Go Playground serivce.
-
Let's you save your code as a Gist.
Isn't that just like the Go playground?
- Maybe...
-
The code-style is probably bad, I'm open to critics if that can improve my Go skills.
-
No tests ...didn't have time
-
An online version of this app is available here ...
- Don't use HTTPS (Doesn't work with WebSocket)
-
If the online version is down, you can clone the repo and start the app by running
go run main.go
in your terminal, then visit http://localhost:8080