mirror of
https://2025-dev.shylinux.com/x/20250213-machine
synced 2025-04-25 04:28:04 +08:00
add some
This commit is contained in:
parent
2c6ee384d7
commit
796ea6b301
10
src/main.go
10
src/main.go
@ -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" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user