fix mixup imports
This commit is contained in:
parent
a5f5091903
commit
f1ac6561b9
1 changed files with 4 additions and 5 deletions
|
|
@ -3,15 +3,14 @@ package qrm
|
||||||
import (
|
import (
|
||||||
"database/sql"
|
"database/sql"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"github.com/go-jet/jet/v2/internal/utils"
|
||||||
|
"github.com/go-jet/jet/v2/qrm/internal"
|
||||||
|
"github.com/google/uuid"
|
||||||
"reflect"
|
"reflect"
|
||||||
"strconv"
|
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/google/uuid"
|
"strconv"
|
||||||
|
|
||||||
"github.com/go-jet/jet/v2/internal/utils"
|
|
||||||
"github.com/go-jet/jet/v2/qrm/internal"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var scannerInterfaceType = reflect.TypeOf((*sql.Scanner)(nil)).Elem()
|
var scannerInterfaceType = reflect.TypeOf((*sql.Scanner)(nil)).Elem()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue