apoorvajagtap
|
ce903f6d1d
|
Reverts to v1.5.0
This commit reverts the changes back till 8983b96324 .
And inherits the README.md changes of 931041c5ee
Relates to:
- https://github.com/gorilla/websocket/issues/880#issuecomment-2081189055
|
2024-06-13 23:18:03 -04:00 |
rfyiamcool
|
d293aa53e1
|
feat: format message type
Signed-off-by: rfyiamcool <rfyiamcool@163.com>
|
2024-02-13 23:01:06 -05:00 |
Gary Burd
|
1905f7e442
|
Update source to match output from gofmt 1.17
|
2021-12-17 22:48:51 -05:00 |
claudia-jones
|
8fbc40be62
|
Simplify echo example client (#349)
Use existing `done` channel to signal that reader is done instead of closing the connection.
|
2018-02-18 16:00:50 -08:00 |
Gary Burd
|
844dd6d40e
|
Add closing handshake code to echo example client
|
2015-12-09 16:50:38 -08:00 |
Gary Burd
|
c93e5540b8
|
Add web client to echo example
|
2015-11-02 10:39:51 -08:00 |
Gary Burd
|
7f59b56ea4
|
Fix DefaultDialar value
Initialize as pointer to struct with zero values as as implied by the
doc comment. This initialization matches similar values in the standard
library.
|
2015-10-18 15:41:02 -07:00 |
Gary Burd
|
13e4d0621c
|
Do not build files in echo example
|
2015-09-23 15:29:30 -07:00 |
Gary Burd
|
d051d29231
|
Add client and server example
|
2015-09-23 15:23:26 -07:00 |