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. |
||
|---|---|---|
| .. | ||
| reloader.go | ||
| reloader_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. |
||
|---|---|---|
| .. | ||
| reloader.go | ||
| reloader_test.go | ||