[Golang] code smell - sql.DB/sqlx
things to look for and what suggestions to make when reviewing Go code that interacts with SQL database with jmoiron/sqlx
[Golang] code review - error handling
Discusses what to look for with regards to error handling when reviewing Go code