7
Angry
4y

if err != nil {
if err.Error() == sql.ErrNoRows {
return nil, err
}
return nil, err
}

found me some choice, grade A Go code here.

Comments
Add Comment