Add HTTP tls (issue #393) #991
Annotations
7 errors
Lint code using golangci-lint:
internal/startup_manager/startup_manager_test.go#L58
Error return value of `sm.shutdownServer` is not checked (errcheck)
|
Lint code using golangci-lint:
internal/startup_manager/startup_manager_test.go#L109
Error return value of `sm.shutdownServer` is not checked (errcheck)
|
Lint code using golangci-lint:
internal/startup_manager/startup_manager_test.go#L52
testinggoroutine: call to (*testing.T).Fatalf from a non-test goroutine (govet)
|
Lint code using golangci-lint:
internal/startup_manager/startup_manager_test.go#L102
testinggoroutine: call to (*testing.T).Fatalf from a non-test goroutine (govet)
|
Lint code using golangci-lint:
internal/startup_manager/startup_manager_test.go#L49
SA2002: the goroutine calls T.Fatalf, which must be called in the same goroutine as the test (staticcheck)
|
Lint code using golangci-lint:
internal/startup_manager/startup_manager_test.go#L99
SA2002: the goroutine calls T.Fatalf, which must be called in the same goroutine as the test (staticcheck)
|
Lint code using golangci-lint
issues found
|
Loading