[change] github.com/yaoapp/yao/crypto import order
This commit is contained in:
parent
2da06bef6b
commit
873ca3a774
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -2,11 +2,11 @@ package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/yaoapp/yao/cmd"
|
"github.com/yaoapp/yao/cmd"
|
||||||
|
_ "github.com/yaoapp/yao/crypto"
|
||||||
_ "github.com/yaoapp/yao/helper"
|
_ "github.com/yaoapp/yao/helper"
|
||||||
_ "github.com/yaoapp/yao/network"
|
_ "github.com/yaoapp/yao/network"
|
||||||
_ "github.com/yaoapp/yao/user"
|
_ "github.com/yaoapp/yao/user"
|
||||||
_ "github.com/yaoapp/yao/xfs"
|
_ "github.com/yaoapp/yao/xfs"
|
||||||
_ "github.com/yaoapp/yao/crypto"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// 主程序
|
// 主程序
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue