1
0
mirror of https://github.com/zhashkevych/go-sqlxmock.git synced 2025-06-12 21:47:29 +02:00

closes #161 removes references to gopkg.in

This commit is contained in:
gedi
2019-02-13 09:29:47 +02:00
parent 472e287dba
commit 08cb21bb55
4 changed files with 6 additions and 5 deletions

View File

@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"gopkg.in/DATA-DOG/go-sqlmock.v1"
"github.com/DATA-DOG/go-sqlmock"
)
// a successful case