1
0
mirror of https://github.com/zhashkevych/go-sqlxmock.git synced 2025-06-24 21:56:48 +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

@ -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) {