forked from mirror/websocket
Fixed Examples
- Typo ("conn.WriteMessaage" should be "conn.WriteMessage") - Fixed Incorrect WriteMessage call: func (c *Conn) WriteMessage(messageType int, data []byte) error But the example uses `_, err` when there is only 1 return type.
This commit is contained in:
parent
707d1f6c6b
commit
30354e97e2
Loading…
Reference in New Issue