You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -13,7 +13,7 @@ It applies the same LICENSE as vitessio/vitess.
13
13
14
14
```go
15
15
import (
16
-
"github.com/xwb1989/sqlparser"
16
+
"github.com/smlxl/sqlparser"
17
17
)
18
18
```
19
19
@@ -49,7 +49,7 @@ for {
49
49
}
50
50
```
51
51
52
-
See [parse_test.go](https://github.com/xwb1989/sqlparser/blob/master/parse_test.go) for more examples, or read the [godoc](https://godoc.org/github.com/xwb1989/sqlparser).
52
+
See [parse_test.go](https://github.com/smlxl/sqlparser/blob/master/parse_test.go) for more examples, or read the [godoc](https://godoc.org/github.com/smlxl/sqlparser).
53
53
54
54
55
55
## Porting Instructions
@@ -61,7 +61,7 @@ You only need the below if you plan to try and keep this library up to date with
0 commit comments