diff --git a/src/main.go b/src/main.go index f87ca96..c49de7e 100644 --- a/src/main.go +++ b/src/main.go @@ -6,10 +6,8 @@ import ( _ "shylinux.com/x/community/src/gonganxitong" _ "shylinux.com/x/community/src/gonganxitong/express" _ "shylinux.com/x/community/src/yuehaoxitong" - - _ "shylinux.com/x/community/src/baoanxitong" ) func main() { print(ice.Run()) } -func init() { ice.Info.Titles = "云社区" } \ No newline at end of file +func init() { ice.Info.Titles = "云社区" }