Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangxue committed Dec 10, 2015
1 parent cb6a3ce commit 4ef0855
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ The following code snippet shows how you can use this package in order to access
import (
"fmt"
"github.com/go-ozzo/ozzo-dbx"
_ "github.com/go-sql-driver/mysql"
)

func main() {
Expand Down Expand Up @@ -101,6 +102,7 @@ And the following example shows how to use the query building capability of this
import (
"fmt"
"github.com/go-ozzo/ozzo-dbx"
_ "github.com/go-sql-driver/mysql"
)

func main() {
Expand Down Expand Up @@ -410,6 +412,7 @@ import (
"fmt"
"github.com/go-ozzo/ozzo-dbx"
"github.com/go-ozzo/ozzo-log"
_ "github.com/go-sql-driver/mysql"
)

func main() {
Expand Down

0 comments on commit 4ef0855

Please sign in to comment.