websocket/examples
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
..
autobahn Update go version & add verification/testing tools (#840) 2023-08-27 01:31:45 +05:30
bufferpool Correct way to save memory using write buffer pool and freeing net.http default buffers (#761) 2023-08-17 11:25:09 -04:00
chat Update README.md, replace master to main (#862) 2023-11-08 13:57:41 -05:00
command Update go version & add verification/testing tools (#840) 2023-08-27 01:31:45 +05:30
echo Update source to match output from gofmt 1.17 2021-12-17 22:48:51 -05:00
filewatch fix: replace ioutil.readfile with os.readfile (#868) 2023-12-06 23:58:12 -05:00