Skip to content

feat: replace minivpn binary #76

feat: replace minivpn binary

feat: replace minivpn binary #76

Triggered via pull request February 13, 2024 18:27
Status Success
Total duration 47s
Artifacts

build-refactor.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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 ..."
lint: internal/session/manager.go#L108
comment on exported method Manager.NewACKForPacketIDs should be of the form "NewACKForPacketIDs ..."
lint: internal/session/manager.go#L142
if block ends with a return statement, so drop this else and outdent its block
lint: internal/session/manager.go#L252
exported method Manager.CurrentKeyID should have comment or be unexported
lint: internal/reliabletransport/constants.go#L10
don't use ALL_CAPS in Go names; use CamelCase
lint: internal/reliabletransport/constants.go#L6
don't use ALL_CAPS in Go names; use CamelCase
lint: internal/datachannel/errors.go#L26
exported var ErrSerialization should have comment or be unexported
lint: internal/reliabletransport/constants.go#L13
don't use ALL_CAPS in Go names; use CamelCase
lint: internal/session/manager.go#L173
exported var ErrExpiredKey should have comment or be unexported