I have seen the below occur again and again in Go. (no compiler help, so this can only be caught in reviews and not if the reviewer is tired).
#50: Checking an error type inaccurately
#51: Checking an error value inaccurately
#54: Not handling defer errors
I have seen the below occur again and again in Go. (no compiler help, so this can only be caught in reviews and not if the reviewer is tired).
#50: Checking an error type inaccurately
#51: Checking an error value inaccurately
#54: Not handling defer errors