fix mixup imports

This commit is contained in:
David Racine 2020-11-16 15:51:32 -05:00 committed by go-jet
parent a5f5091903
commit f1ac6561b9

View file

@ -3,15 +3,14 @@ package qrm
import (
"database/sql"
"fmt"
"github.com/go-jet/jet/v2/internal/utils"
"github.com/go-jet/jet/v2/qrm/internal"
"github.com/google/uuid"
"reflect"
"strconv"
"strings"
"time"
"github.com/google/uuid"
"github.com/go-jet/jet/v2/internal/utils"
"github.com/go-jet/jet/v2/qrm/internal"
"strconv"
)
var scannerInterfaceType = reflect.TypeOf((*sql.Scanner)(nil)).Elem()