package
0.0.0-20181024210333-2842cdc7aa4a
Repository: https://github.com/eaburns/t_old.git
Documentation: pkg.go.dev
# Constants
CloseRecvTimeout is the amount of time waiting during Close for the remote peer to send a Close message before shutting down the connection.
HandshakeTimeout is the amount of time to wait for the connection handshake to complete.
SendTimeout is the amount of time to wait on a Send before giving up.
# Variables
ErrCloseSent is returned by Send if sending to a connection that is closing.
# Structs
A Conn is a websocket connection.
A HandshakeError is returned if Dial fails the handshake.