In progress: debug connection failure #345
Annotations
10 errors
Run golangci/golangci-lint-action@v3:
cmd\gcs-sidecar\main.go#L168
func `sendToHvSocketListener` is unused (unused)
|
Run golangci/golangci-lint-action@v3:
cmd\gcs-sidecar\main.go#L197
S1000: should use for range instead of for { select {} } (gosimple)
|
Run golangci/golangci-lint-action@v3:
cmd\gcs-sidecar\main.go#L302
S1000: should use a simple channel send/receive instead of `select` with a single case (gosimple)
|
Run golangci/golangci-lint-action@v3:
cmd\gcs-sidecar\main.go#L308
S1000: should use a simple channel send/receive instead of `select` with a single case (gosimple)
|
Run golangci/golangci-lint-action@v3:
cmd\gcs-test-server\main.go#L98
S1021: should merge variable declaration with assignment on next line (gosimple)
|
Run golangci/golangci-lint-action@v3:
cmd\gcs-sidecar\main.go#L180
S1023: redundant `return` statement (gosimple)
|
Run golangci/golangci-lint-action@v3:
internal\gcs\protocol.go#L29
ST1003: should not use ALL_CAPS in Go names; use CamelCase instead (stylecheck)
|
Run golangci/golangci-lint-action@v3:
internal\gcs\protocol.go#L37
ST1003: should not use ALL_CAPS in Go names; use CamelCase instead (stylecheck)
|
Run golangci/golangci-lint-action@v3:
internal\gcs\protocol.go#L28
ST1022: comment on exported var HV_GUID_PARENT should be of the form "HV_GUID_PARENT ..." (stylecheck)
|
Run golangci/golangci-lint-action@v3:
internal\gcs\protocol.go#L36
ST1022: comment on exported var HV_GUID_LOOPBACK should be of the form "HV_GUID_LOOPBACK ..." (stylecheck)
|
Loading