diff --git a/src/main.go b/src/main.go index 47b0dcff..95c077df 100644 --- a/src/main.go +++ b/src/main.go @@ -47,8 +47,6 @@ import ( _ "shylinux.com/x/golang-story/src/data" _ "shylinux.com/x/golang-story/src/data/leecode" - - _ "shylinux.com/x/contexts/src/h2" ) func main() { print(ice.Run()) } \ No newline at end of file diff --git a/src/main.shy b/src/main.shy index edd68989..c9321354 100644 --- a/src/main.shy +++ b/src/main.shy @@ -1,22 +1,3 @@ -field "src/hi/hi.go" web.code.inner spark ` -package hi - -import ( - "shylinux.com/x/ice" -) - -type hi struct { - ice.Zone -} - -func (h hi) List(m *ice.Message, arg ...string) { - h.Zone.List(m, arg...) -} - -func init() { ice.Cmd("web.code.hi.hi", hi{}) } -` -return - title "contexts" refer ` 官网 https://contexts.com.cn