Reformat imports
This commit is contained in:
+2
-1
@@ -6,7 +6,6 @@ import (
|
||||
"context"
|
||||
"crypto/tls"
|
||||
"fmt"
|
||||
"github.com/jackc/pgmock"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
"log"
|
||||
@@ -18,6 +17,8 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/jackc/pgmock"
|
||||
|
||||
"github.com/jackc/pgconn"
|
||||
"github.com/jackc/pgproto3/v2"
|
||||
errors "golang.org/x/xerrors"
|
||||
|
||||
Reference in New Issue
Block a user