Skip to content

added basic receiving & processing #5

added basic receiving & processing

added basic receiving & processing #5

Triggered via push September 23, 2023 23:03
Status Failure
Total duration 57s
Artifacts

lint.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build (3.1): rcv/udp.go#L60
Error return value of `c.SetReadDeadline` is not checked (errcheck)
build (3.1): rcv/udp.go#L61
Error return value of `c.SetReadDeadline` is not checked (errcheck)
build (3.1): rcv/udp.go#L78
Error return value of `c.SetWriteDeadline` is not checked (errcheck)
build (3.1): rcv/udp.go#L79
Error return value of `c.SetWriteDeadline` is not checked (errcheck)
build (3.1): main/service.go#L34
Error return value of `svc.serve` is not checked (errcheck)
build (3.1): u/transport.go#L38
type `bufferReaderConn` is unused (unused)
build (3.1): rcv/tcp.go#L58
func `(*listenerTcp).control` is unused (unused)
build (3.1): rcv/udp.go#L51
type `connUdp` is unused (unused)
build (3.1): rcv/udp.go#L58
func `(*connUdp).Read` is unused (unused)
build (3.1): rcv/udp.go#L76
func `(*connUdp).Write` is unused (unused)
build (3.1): .github/workflows/lint.yml#L5
5:1 [truthy] truthy value should be one of [false, true]