mirror of
https://shylinux.com/x/community
synced 2025-04-25 17:48:06 +08:00
18 lines
393 B
Go
18 lines
393 B
Go
package main
|
|
|
|
import (
|
|
"shylinux.com/x/ice"
|
|
|
|
_ "shylinux.com/x/community/src/gonganxitong"
|
|
_ "shylinux.com/x/community/src/huodongzuzhi"
|
|
_ "shylinux.com/x/community/src/renzhengshouquan"
|
|
_ "shylinux.com/x/community/src/yuehaoxitong"
|
|
)
|
|
|
|
func main() { print(ice.Run()) }
|
|
|
|
func init() {
|
|
ice.Info.CodeMain = "src/gonganxitong/portal.go"
|
|
ice.Info.NodeMain = "web.team.gonganxitong.portal"
|
|
}
|