fengyun.rui
|
286c896192
|
fix: replace ioutil.readfile with os.readfile (#868)
### summay
`ioutil.ReadFile` is Deprecated, As of Go 1.16, this function simply
calls [os.ReadFile].
Signed-off-by: rfyiamcool <rfyiamcool@163.com>
|
2023-12-06 23:58:12 -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 |
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 |
Gary Burd
|
6b3d49710b
|
Fix filewatch example
Use last modified time when the time is parsed without error. This prevents an
extra file read at start of watch for a connection.
Fixes #125.
|
2016-04-21 17:30:17 -07:00 |
Aaron France
|
b98fe92f10
|
Typo fix
|
2014-05-10 14:30:27 +02:00 |
Gary Burd
|
15aed3b4a4
|
Relicense to the Gorilla WebSocket Authors.
|
2014-04-18 14:25:11 -07:00 |
Joachim Bauch
|
8827bd1a23
|
Moved Upgrader variable to package level.
|
2014-04-18 00:13:15 +02:00 |
Joachim Bauch
|
b03dcbad2a
|
Updated Origin check.
The host in the Origin header must match the host of the request by default.
|
2014-04-18 00:07:36 +02:00 |
Joachim Bauch
|
9474333b60
|
Use new Upgrader API in examples
|
2014-04-16 17:42:15 +02:00 |
Gary Burd
|
03206ef31e
|
Various improvements to README files.
|
2014-03-20 13:26:28 -07:00 |
Gary Burd
|
05618edccc
|
Add file watcher example.
|
2014-03-20 12:25:30 -07:00 |