This commit is contained in:
root 2024-10-17 23:46:11 +08:00
parent 52fdf3fc9b
commit 20809432f6
2 changed files with 4 additions and 2 deletions

View File

@ -11,3 +11,5 @@ import (
)
func main() { print(ice.Run()) }
func init() { ice.Info.NodeMain = "web.team.jiaowuxitong.portal" }

View File

@ -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"
)