Skip to content

Commit 7c4e130

Browse files
author
朱斌
committed
refact: 别名
1 parent f19b529 commit 7c4e130

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/basic/basic_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"testing"
66

7-
"github.com/DATA-DOG/go-sqlmock"
7+
"github.com/shihuo-cn/go-sqlmock"
88
)
99

1010
// a successful case

examples/blog/blog_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"net/http/httptest"
99
"testing"
1010

11-
"github.com/DATA-DOG/go-sqlmock"
11+
"github.com/shihuo-cn/go-sqlmock"
1212
)
1313

1414
func (a *api) assertJSON(actual []byte, data interface{}, t *testing.T) {

examples/orders/orders_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"testing"
66

7-
"github.com/DATA-DOG/go-sqlmock"
7+
"github.com/shihuo-cn/go-sqlmock"
88
)
99

1010
// will test that order with a different status, cannot be cancelled

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/DATA-DOG/go-sqlmock
1+
module github.com/shihuo-cn/go-sqlmock
22

33
go 1.15
44

0 commit comments

Comments
 (0)