go-sqlmock
go-sqlmock copied to clipboard
WIP: Fix WillReturnRows(nil) in expectations_go18.go
trafficstars
The addition of the resultset logic caused a nil pointer dereference panic whenever nil is used as an input.
This is a WIP PR. I intend to add a unit test for this.