Skip to content

Commit

Permalink
refact: 别名
Browse files Browse the repository at this point in the history
  • Loading branch information
朱斌 committed Jan 20, 2022
1 parent f19b529 commit 7c4e130
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/basic/basic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"testing"

"github.com/DATA-DOG/go-sqlmock"
"github.com/shihuo-cn/go-sqlmock"
)

// a successful case
Expand Down
2 changes: 1 addition & 1 deletion examples/blog/blog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"net/http/httptest"
"testing"

"github.com/DATA-DOG/go-sqlmock"
"github.com/shihuo-cn/go-sqlmock"
)

func (a *api) assertJSON(actual []byte, data interface{}, t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion examples/orders/orders_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"testing"

"github.com/DATA-DOG/go-sqlmock"
"github.com/shihuo-cn/go-sqlmock"
)

// will test that order with a different status, cannot be cancelled
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/DATA-DOG/go-sqlmock
module github.com/shihuo-cn/go-sqlmock

go 1.15

Expand Down

0 comments on commit 7c4e130

Please sign in to comment.