mirror of
https://2025-dev.shylinux.com/x/20250213-machine
synced 2025-04-29 00:55:26 +08:00
12 lines
202 B
Go
12 lines
202 B
Go
package main
|
|
|
|
import (
|
|
"shylinux.com/x/ice"
|
|
|
|
_ "2025-dev.shylinux.com/x/20250213-machine/src/monitor"
|
|
)
|
|
|
|
func main() { print(ice.Run()) }
|
|
|
|
func init() { ice.Info.CodeMain = "src/monitor/monitor.go" }
|