mirror of
https://shylinux.com/x/education
synced 2025-04-25 10:08:05 +08:00
16 lines
368 B
Go
16 lines
368 B
Go
package main
|
|
|
|
import (
|
|
"shylinux.com/x/ice"
|
|
|
|
_ "shylinux.com/x/education/src/jiaowuxitong"
|
|
_ "shylinux.com/x/education/src/kaoshixitong"
|
|
_ "shylinux.com/x/education/src/zaixianketang"
|
|
_ "shylinux.com/x/education/src/zhengshuxitong"
|
|
|
|
_ "shylinux.com/x/education/src/jiaocaiziliao"
|
|
)
|
|
|
|
func main() { print(ice.Run()) }
|
|
|
|
func init() { ice.Info.Titles = "云教育" } |