mirror of
https://shylinux.com/x/community
synced 2025-04-25 17:48:06 +08:00
14 lines
278 B
Go
14 lines
278 B
Go
package main
|
|
|
|
import (
|
|
"shylinux.com/x/ice"
|
|
|
|
_ "shylinux.com/x/community/src/gonganxitong"
|
|
_ "shylinux.com/x/community/src/gonganxitong/express"
|
|
_ "shylinux.com/x/community/src/yuehaoxitong"
|
|
)
|
|
|
|
func main() { print(ice.Run()) }
|
|
|
|
func init() { ice.Info.Titles = "云社区" }
|