mirror of
https://github.com/DATA-DOG/go-sqlmock.git
synced 2025-05-13 21:56:39 +02:00
fix go vet error
This commit is contained in:
parent
caefcfd920
commit
4d55f937d0
@ -717,7 +717,7 @@ func TestAddRows(t *testing.T) {
|
|||||||
// scanned id: 4 and title: Emily
|
// scanned id: 4 and title: Emily
|
||||||
}
|
}
|
||||||
|
|
||||||
func ExampleMultiRows() {
|
func ExampleRows_AddRows() {
|
||||||
db, mock, err := New()
|
db, mock, err := New()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Println("failed to open sqlmock database:", err)
|
fmt.Println("failed to open sqlmock database:", err)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user