refactor: decouple error handling between controller and db driver #18
Annotations
4 errors
LINT - backend/
assigning the result of this type assertion to a variable (switch e := e.(type)) could eliminate type assertions in switch cases (S1034)
|
LINT - backend/
could eliminate this type assertion
|
LINT - backend/
should use 'return err == nil' instead of 'if err == nil { return true }; return false' (S1008)
|
LINT - backend/
Process completed with exit code 1.
|
Loading