Skip to content

Fix accept stream

Fix accept stream #39

Triggered via push November 9, 2024 04:25
Status Failure
Total duration 36s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build: brutal.go#L35
SA1019: rw.WriteVString is deprecated: Use varbin.Write instead. (staticcheck)
Build: brutal.go#L55
SA1019: rw.ReadVString is deprecated: Use varbin.ReadValue instead. (staticcheck)
Build: protocol.go#L44
SA1019: rw.ReadByte is deprecated: wtf is this? (staticcheck)
Build: protocol.go#L51
SA1019: rw.ReadByte is deprecated: wtf is this? (staticcheck)
Build: protocol.go#L169
SA1019: rw.ReadByte is deprecated: wtf is this? (staticcheck)
Build: protocol.go#L175
SA1019: rw.ReadVString is deprecated: Use varbin.ReadValue instead. (staticcheck)
Build: server_conn.go#L27
SA1019: rw.UVariantLen is deprecated: Use varbin.UvarintLen instead. (staticcheck)
Build: server_conn.go#L31
SA1019: rw.WriteVString is deprecated: Use varbin.Write instead. (staticcheck)
Build: server_conn.go#L91
SA1019: rw.UVariantLen is deprecated: Use varbin.UvarintLen instead. (staticcheck)
Build: server_conn.go#L95
SA1019: rw.WriteVString is deprecated: Use varbin.Write instead. (staticcheck)