coredump: Add gosym sub command #773
Annotations
4 errors
golangci-lint:
tools/coredump/gosym.go#L82
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
|
golangci-lint:
tools/coredump/gosym.go#L134
nilness: impossible condition: nil != nil (govet)
|
golangci-lint:
tools/coredump/gosym.go#L81
fmt.Errorf can be replaced with errors.New (perfsprint)
|
golangci-lint
issues found
|
Loading