From 20809432f61820df0093930c671e58a66eef44d7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 17 Oct 2024 23:46:11 +0800 Subject: [PATCH] add some --- src/main.go | 2 ++ src/option.go | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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" )