mirror of
https://shylinux.com/x/community
synced 2025-04-25 09:38:06 +08:00
14 lines
320 B
Go
14 lines
320 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.Titles = "云社区" } |