commit | 66b9c49e59c6c48f0ffce28c2d8b8a5678502c6d | [log] [tgz] |
---|---|---|
author | Mathias Fredriksson <mafredri@gmail.com> | Sat Aug 25 15:15:06 2018 |
committer | Gary Burd <gary@beagledreams.com> | Sat Aug 25 15:15:06 2018 |
tree | 29c6c5f1f8410bc9193735401a1ee8fc7c20b3bf | |
parent | a9dd6e883985b8aec197b50407eed3a66dd485b8 [diff] |
Move context to first parameter in DialContext Follows best practice and pkg/context documentation: > The Context should be the first parameter, typically named ctx
Gorilla WebSocket is a Go implementation of the WebSocket protocol.
The Gorilla WebSocket package provides a complete and tested implementation of the WebSocket protocol. The package API is stable.
go get github.com/gorilla/websocket
The Gorilla WebSocket package passes the server tests in the Autobahn Test Suite using the application in the examples/autobahn subdirectory.
Notes: