We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65378da + 55477a7 commit 03c0a1bCopy full SHA for 03c0a1b
dialect_mysql_test.go
@@ -14,9 +14,9 @@ import (
14
"testing"
15
"time"
16
17
- "github.com/apoydence/onpar"
18
- "github.com/apoydence/onpar/expect"
19
- "github.com/apoydence/onpar/matchers"
+ "github.com/poy/onpar"
+ "github.com/poy/onpar/expect"
+ "github.com/poy/onpar/matchers"
20
"github.com/go-gorp/gorp"
21
)
22
dialect_postgres_test.go
@@ -12,9 +12,9 @@ import (
12
13
0 commit comments