Skip to content

Commit 0068ff0

Browse files
committed
test
1 parent a5009b0 commit 0068ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Base on [go-sql-driver/mysql](https://github.com/go-sql-driver/mysql).
44
```go
55
import (
66
"database/sql"
7-
"gitlab.ydjdev.com/ydjai/yorm/orm"
7+
"github.com/folospace/go-mysql-orm/orm"
88
)
99

1010
//connect mysql db

0 commit comments

Comments
 (0)