Adds test for ws connection #78
Annotations
5 errors
tests:
pkg/ws/ws_test.go#L15
Error return value of `ws.Write` is not checked (errcheck)
|
tests:
pkg/ws/ws_test.go#L31
Error return value of `ws.Send` is not checked (errcheck)
|
tests:
pkg/ws/ws_test.go#L34
SA5011: possible nil pointer dereference (staticcheck)
|
tests:
pkg/ws/ws_test.go#L27
SA5011(related information): this check suggests that the pointer can be nil (staticcheck)
|
tests
issues found
|