Versions in this module Expand all Collapse all v0 v0.1.0 Feb 3, 2016 Changes in this version + type Conn struct + func NewConnection(w *websocket.Conn) *Conn + func (c Conn) Close() error + func (c Conn) Read(b []byte) (int, error) + func (c Conn) SetDeadline(t time.Time) error + func (c Conn) Write(b []byte) (int, error)