Skip to content

Latest commit

 

History

History
executable file
·
38 lines (17 loc) · 911 Bytes

README.md

File metadata and controls

executable file
·
38 lines (17 loc) · 911 Bytes

gogala

My entry for the Gopher Gala (23-25 Jan 2015)

Screenshot

Concept

  • 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...

Notes

  • 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