Wrapper improvements; still a few errors left in other packages #68
Annotations
9 errors
golangci-lint:
exchanges/coinbasepro/coinbasepro.go#L1280
Error return value of `params.prepareDateString` is not checked (errcheck)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_test.go#L101
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_websocket.go#L458
shadow: declaration of "err" shadows declaration at line 437 (govet)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_wrapper.go#L401
shadow: declaration of "err" shadows declaration at line 372 (govet)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_wrapper.go#L420
shadow: declaration of "err" shadows declaration at line 372 (govet)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_wrapper.go#L1453
shadow: declaration of "err" shadows declaration at line 1443 (govet)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_wrapper.go#L1462
shadow: declaration of "err" shadows declaration at line 1443 (govet)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_websocket.go#L468
ineffectual assignment to err (ineffassign)
|
golangci-lint
issues found
|
Loading