I created mockrows for sql.rows. I referred this document to create mockrows https://github.com/DATA-DOG/go-sqlmock
I need to create mockrow for sql.row (i.e db.QueryRow). I am not able to find any suitable method in sql.mock.
Is there any way to mock QueryRow using sqlmock?