progress #1494
Annotations
5 errors
Linting:
client_handler.go#L466
type switch on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Linting:
server.go#L207
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Linting:
server.go#L208
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Linting:
server.go#L241
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Linting
issues found
|
Loading