gogala

command module
v0.0.0-...-7a3f1f1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 3, 2022 License: MIT Imports: 9 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Godeps
_workspace/src/github.com/satori/go.uuid
Package uuid provides implementation of Universally Unique Identifier (UUID).
Package uuid provides implementation of Universally Unique Identifier (UUID).
_workspace/src/golang.org/x/net/websocket
Package websocket implements a client and server for the WebSocket protocol as specified in RFC 6455.
Package websocket implements a client and server for the WebSocket protocol as specified in RFC 6455.
_workspace/src/golang.org/x/tools/go/ast/astutil
Package astutil contains common utilities for working with the Go AST.
Package astutil contains common utilities for working with the Go AST.
_workspace/src/golang.org/x/tools/imports
Package imports implements a Go pretty-printer (like package "go/format") that also adds or removes import statements as necessary.
Package imports implements a Go pretty-printer (like package "go/format") that also adds or removes import statements as necessary.
_workspace/src/golang.org/x/tools/playground/socket
Package socket implements an WebSocket-based playground backend.
Package socket implements an WebSocket-based playground backend.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL