Skip to content

feat(http): add http forwarder #1

feat(http): add http forwarder

feat(http): add http forwarder #1

Triggered via push December 1, 2023 20:49
Status Failure
Total duration 3m 43s
Artifacts

golang.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Lint Go: utils/generate_port.go#L11
exported: exported function GenerateRandomPort should have comment or be unexported (revive)
Lint Go: utils/generate_port.go#L15
exported: exported function GenerateSafeRandomPort should have comment or be unexported (revive)
Lint Go: utils/generate_port.go#L21
exported: exported function GenerateSubdomain should have comment or be unexported (revive)
Lint Go: cmd/dpsproxy/main.go#L79
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
Lint Go: ssh/server.go#L309
superfluous-else: if block ends with a continue statement, so drop this else and outdent its block (revive)
Lint Go: ssh/server.go#L385
exported: exported method Server.ForwardHTTP should have comment or be unexported (revive)
Lint Go
issues found