Fix import sequence
This commit is contained in:
parent
e4a88e57ed
commit
d4402e7956
|
@ -1,12 +1,14 @@
|
||||||
package xorm
|
package xorm
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"sort"
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"xorm.io/builder"
|
||||||
|
|
||||||
_ "github.com/mattn/go-sqlite3"
|
_ "github.com/mattn/go-sqlite3"
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
"sort"
|
|
||||||
"testing"
|
|
||||||
"xorm.io/builder"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// https://gitea.com/xorm/xorm/issues/2240
|
// https://gitea.com/xorm/xorm/issues/2240
|
||||||
|
|
Loading…
Reference in New Issue