diff --git a/src/main.go b/src/main.go index 3c46094..5ed7f62 100644 --- a/src/main.go +++ b/src/main.go @@ -11,3 +11,5 @@ import ( ) func main() { print(ice.Run()) } + +func init() { ice.Info.NodeMain = "web.team.jiaowuxitong.portal" } diff --git a/src/option.go b/src/option.go index 1523ee0..e00d429 100644 --- a/src/option.go +++ b/src/option.go @@ -1,8 +1,8 @@ package main import ( - _ "shylinux.com/x/community/src/renzhengshouquan" - _ "shylinux.com/x/golang-story/src/runtime" _ "shylinux.com/x/ice/devops" _ "shylinux.com/x/mysql-story/src/db/mysql" + + _ "shylinux.com/x/community/src/renzhengshouquan" )