feat: add ability to trace handshake #55
build-refactor.yml
on: pull_request
short-tests
15s
lint
4s
gosec
34s
coverage-threshold
13s
integration
28s
Annotations
10 warnings
lint:
internal/tun/tun.go#L130
exported method TUN.Close should have comment or be unexported
|
lint:
internal/packetmuxer/service.go#L199
should replace ws.hardResetCount += 1 with ws.hardResetCount++
|
lint:
internal/tun/tun.go#L181
exported method TUN.RemoteAddr should have comment or be unexported
|
lint:
internal/tun/tun.go#L176
exported method TUN.LocalAddr should have comment or be unexported
|
lint:
internal/tun/tun.go#L192
exported method TUN.SetReadDeadline should have comment or be unexported
|
lint:
internal/tun/tun.go#L186
exported method TUN.SetDeadline should have comment or be unexported
|
lint:
internal/tun/tun.go#L221
exported method TUN.NetMask should have comment or be unexported
|
lint:
internal/tun/tun.go#L197
exported method TUN.SetWriteDeadline should have comment or be unexported
|
lint:
internal/bytesx/bytesx.go#L115
comment on exported function BytesPadPKCS7 should be of the form "BytesPadPKCS7 ..."
|
lint:
internal/bytesx/bytesx.go#L38
comment on exported function GenRandomBytes should be of the form "GenRandomBytes ..."
|