Skip to content

Commit 3379e59

Browse files
authored
Merge pull request jmoiron#357 from DiSiqueira/readme-fmt
fix README example
2 parents d9bd385 + fef021f commit 3379e59

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,12 @@ usage.
6666
package main
6767

6868
import (
69-
_ "github.com/lib/pq"
7069
"database/sql"
71-
"github.com/jmoiron/sqlx"
70+
"fmt"
7271
"log"
72+
73+
_ "github.com/lib/pq"
74+
"github.com/jmoiron/sqlx"
7375
)
7476

7577
var schema = `

0 commit comments

Comments
 (0)