Fix instances where an error check was conditioned on something other than the traditional `err`, such as `myStruct.err`, but then the error being logged was the `err` from elsewhere in the function. |
||
---|---|---|
.. | ||
main.go | ||
main_test.go |
Fix instances where an error check was conditioned on something other than the traditional `err`, such as `myStruct.err`, but then the error being logged was the `err` from elsewhere in the function. |
||
---|---|---|
.. | ||
main.go | ||
main_test.go |