Eldon Stegall
dfa06e206d
Use embeds for home files in examples
...
Rather than serving up the html files directly
from whatever directory the program is run in,
embed the files in the binary.
2024-08-18 04:25:40 +00:00
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
apoorvajagtap
b2c246b2ec
Revert " Update go version & add verification/testing tools ( #840 )"
...
This reverts commit 666c197fc9
.
2024-05-01 18:51:54 +05:30
rfyiamcool
316861440d
fix: lint example
...
Signed-off-by: rfyiamcool <rfyiamcool@163.com>
2024-02-13 22:50:58 -05:00
Corey Daley
666c197fc9
Update go version & add verification/testing tools ( #840 )
...
Fixes #
**Summary of Changes**
1.
2.
3.
> PS: Make sure your PR includes/updates tests! If you need help with
this part, just ask!
2023-08-27 01:31:45 +05:30
Rn
2c89656910
Modify http Method String Literal to Variable ( #728 )
2021-12-19 11:21:45 -05:00
unknown
0647012449
Modify http status code to variable
2018-02-28 13:09:02 -08:00
Gary Burd
5ade364dff
Improve examples
...
- Remove jQuery dependency in command example.
- Fix auto scroll on new content in chat and command example.
- Update chat and command example to use a static HTML file.
2017-02-15 17:01:07 -08:00
Shrumit Mehta
9bc973af06
Change text/template to html/template in the examples
...
Change text/template to html/template in examples
2017-02-13 10:21:12 -08:00
Aleksandr Andrienko
0e7877a5a1
Fix up README.md for command example.
2016-12-27 15:04:14 +02:00
Gary Burd
2aff870ef8
Improve command example
...
- Close connection cleanly on EOF from command.
2016-10-27 21:05:23 -07:00
Gary Burd
567453a710
Require GET in Upgrader.Upgrade.
...
Return error if the request method is not GET.
Remove all request method tests from the examples.
2015-11-02 09:08:11 -08:00
Gary Burd
423912737d
Improve documentation
2015-10-19 15:05:01 -07:00
Gary Burd
d14d8b4715
Add pinging to command example
2015-10-18 18:17:26 -07:00
Gary Burd
0e33ab35f9
Fix race in command example
...
Close files in handler goroutine to avoid race.
Remove use of exec.Cmd. It's not adding anything.
2015-10-18 15:32:45 -07:00
Gary Burd
f9219095ab
Add command example
2015-10-18 13:32:14 -07:00