1
0
mirror of https://github.com/DATA-DOG/go-sqlmock.git synced 2025-06-14 23:55:00 +02:00

Use gopkg.in import path in examples and Travis

This commit is contained in:
Olivier Mengué
2018-07-12 14:57:57 +02:00
parent ad9241832e
commit 3af22b4a29
4 changed files with 5 additions and 3 deletions

View File

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