Skip to content

Instantly share code, notes, and snippets.

@jdiez17
Created April 19, 2014 18:56
Show Gist options
  • Select an option

  • Save jdiez17/11093934 to your computer and use it in GitHub Desktop.

Select an option

Save jdiez17/11093934 to your computer and use it in GitHub Desktop.
type Connection struct {
socket io.ReadWriteCloser
listeners []chan []byte
outgoing chan []byte
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment