diff --git a/src/main.go b/src/main.go index 855e0f4..db26222 100644 --- a/src/main.go +++ b/src/main.go @@ -10,3 +10,5 @@ import ( ) func main() { print(ice.Run()) } + +func init() { ice.Info.NodeMain = "web.team.guanlixitong.portal" } diff --git a/src/option.go b/src/option.go index 513fb8d..e00d429 100644 --- a/src/option.go +++ b/src/option.go @@ -1,7 +1,8 @@ package main import ( - _ "shylinux.com/x/community/src/renzhengshouquan" _ "shylinux.com/x/ice/devops" _ "shylinux.com/x/mysql-story/src/db/mysql" + + _ "shylinux.com/x/community/src/renzhengshouquan" )