1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 08:48:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-05-22 22:40:28 +08:00
parent 9a8906da35
commit ec838a3224

View File

@ -3,8 +3,6 @@ package main
import (
"shylinux.com/x/ice"
_ "shylinux.com/x/icebergs/misc/node"
_ "shylinux.com/x/contexts/src/h2"
)
func main() { print(ice.Run()) }