Skip to content

Commit

Permalink
Merge 241262b into 4d1628e
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Maslov committed Jan 18, 2021
2 parents 4d1628e + 241262b commit f6415f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -95,8 +95,9 @@ solve the problem. Please see the last section for more details.
The following code snippet shows how you can use this package in order to access data from a MySQL database.

```go
package main

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

```go
package main

import (
"fmt"
"github.com/go-ozzo/ozzo-dbx"
_ "github.com/go-sql-driver/mysql"
)
Expand Down

0 comments on commit f6415f3

Please sign in to comment.