fix: termios import #49
Annotations
10 errors and 1 warning
lint:
agent.go#L71
Error return value of `io.Copy` is not checked (errcheck)
|
lint:
agent.go#L72
Error return value of `(*net.UnixConn).CloseWrite` is not checked (errcheck)
|
lint:
agent.go#L76
Error return value of `io.Copy` is not checked (errcheck)
|
lint:
agent.go#L77
Error return value of `channel.CloseWrite` is not checked (errcheck)
|
lint:
conn.go#L48
Error return value of `c.Conn.SetDeadline` is not checked (errcheck)
|
lint:
conn.go#L53
Error return value of `c.Conn.SetDeadline` is not checked (errcheck)
|
lint:
options_test.go#L54
Error return value of `srv.SetOption` is not checked (errcheck)
|
lint:
options_test.go#L57
Error return value of `srv.serveOnce` is not checked (errcheck)
|
lint:
server.go#L319
Error return value of `ch.Reject` is not checked (errcheck)
|
lint:
server.go#L333
Error return value of `req.Reply` is not checked (errcheck)
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|