Skip to content

Commit

Permalink
Merge pull request jmoiron#357 from DiSiqueira/readme-fmt
Browse files Browse the repository at this point in the history
fix README example
  • Loading branch information
jmoiron authored Oct 20, 2017
2 parents d9bd385 + fef021f commit 3379e59
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 3379e59

Please sign in to comment.