diff --git a/src/main.go b/src/main.go index 40ba635d..2262898b 100644 --- a/src/main.go +++ b/src/main.go @@ -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()) }