first commit

This commit is contained in:
zhaohengze
2026-05-14 17:53:52 +08:00
commit e1ffcf2e7d
156 changed files with 109026 additions and 0 deletions

10
poweroff_linux/go.mod Normal file
View File

@ -0,0 +1,10 @@
module shutdown
go 1.25.6
require (
github.com/creack/goselect v0.1.2 // indirect
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07 // indirect
go.bug.st/serial v1.6.4 // indirect
golang.org/x/sys v0.42.0 // indirect
)