Skip to content

Commit

Permalink
fix README example
Browse files Browse the repository at this point in the history
  • Loading branch information
d6o committed Sep 20, 2017
1 parent d9bd385 commit fef021f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,12 @@ usage.
package main

import (
_ "github.com/lib/pq"
"database/sql"
"github.com/jmoiron/sqlx"
"fmt"
"log"

_ "github.com/lib/pq"
"github.com/jmoiron/sqlx"
)

var schema = `
Expand Down

0 comments on commit fef021f

Please sign in to comment.