1
0
mirror of https://github.com/DATA-DOG/go-sqlmock.git synced 2025-06-14 23:55:00 +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

@ -8,7 +8,7 @@ import (
"net/http/httptest"
"testing"
"gopkg.in/DATA-DOG/go-sqlmock.v1"
"github.com/DATA-DOG/go-sqlmock"
)
func (a *api) assertJSON(actual []byte, data interface{}, t *testing.T) {