Replace load.sh with Go program

This commit is contained in:
Ian Gulliver
2026-04-03 13:25:31 +09:00
parent 3a9dc78a5b
commit b076cce34a
6 changed files with 143 additions and 22 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module github.com/theater/picomap
go 1.25.0
require go.bug.st/serial v1.6.4
require (
github.com/creack/goselect v0.1.2 // indirect
golang.org/x/sys v0.19.0 // indirect
)