Skip to content

Commit

Permalink
Fix goimports in example (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
Inconnu08 authored and aeneasr committed Jul 11, 2019
1 parent e67b316 commit 9aadc66
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -46,13 +46,14 @@ dep ensure -add github.com/ory/dockertest@v3.x.y
package dockertest_test

import (
"testing"
"log"
"github.com/ory/dockertest"
_ "github.com/go-sql-driver/mysql"
"database/sql"
"fmt"
"log"
"os"
"testing"

_ "github.com/go-sql-driver/mysql"
"github.com/ory/dockertest"
)

var db *sql.DB
Expand Down

0 comments on commit 9aadc66

Please sign in to comment.