This commit is contained in:
IT 老营长 @云轩领航-创始人 2025-02-23 19:49:33 +08:00
parent 2c6ee384d7
commit 796ea6b301

View File

@ -1,6 +1,10 @@
package main
import "shylinux.com/x/ice"
import _ "2025-dev.shylinux.com/x/20250213-machine/src/monitor"
import (
_ "2025-dev.shylinux.com/x/20250213-machine/src/monitor"
"shylinux.com/x/ice"
)
func main() { print(ice.Run()) }
func main() { print(ice.Run()) }
func init() { ice.Info.CodeMain = "src/monitor/monitor.go" }