1
0
forked from x/ContextOS
This commit is contained in:
IT 老营长 @云轩领航-创始人 2022-09-19 23:09:53 +08:00
parent 7c0f8752b3
commit 2bc5476726
2 changed files with 0 additions and 21 deletions

View File

@ -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()) }

View File

@ -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