mirror of
https://shylinux.com/x/enterprise
synced 2025-04-25 17:18:06 +08:00
18 lines
394 B
Go
18 lines
394 B
Go
package main
|
|
|
|
import (
|
|
"shylinux.com/x/ice"
|
|
|
|
_ "shylinux.com/x/enterprise/src/gongyinglian"
|
|
_ "shylinux.com/x/enterprise/src/guanlixitong"
|
|
_ "shylinux.com/x/enterprise/src/shichangyingxiao"
|
|
_ "shylinux.com/x/enterprise/src/zijinlian"
|
|
)
|
|
|
|
func main() { print(ice.Run()) }
|
|
|
|
func init() {
|
|
ice.Info.CodeMain = "src/guanlixitong/portal.go"
|
|
ice.Info.NodeMain = "web.team.guanlixitong.portal"
|
|
}
|