Fix imports by gci

This commit is contained in:
loyalsoldier
2021-05-19 19:31:33 +08:00
parent c6813f0d24
commit 91d993b7e2
41 changed files with 64 additions and 79 deletions

View File

@@ -31,11 +31,10 @@ import (
"testing"
"time"
"github.com/beego/beego/v2/client/orm/clauses/order_clause"
"github.com/beego/beego/v2/client/orm/hints"
"github.com/stretchr/testify/assert"
"github.com/beego/beego/v2/client/orm/clauses/order_clause"
"github.com/beego/beego/v2/client/orm/hints"
)
var _ = os.PathSeparator