1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-04-24 10:23:31 +08:00
parent e7502f03bd
commit 9888a8aed1

View File

@ -1,9 +1,5 @@
package main
import (
"shylinux.com/x/ice"
_ "shylinux.com/x/ice/devops"
_ "shylinux.com/x/toolkits"
)
import "shylinux.com/x/ice"
func main() { print(ice.Run()) }