first commit

This commit is contained in:
Stefan Hacker
2026-02-18 22:01:54 +01:00
commit 5464e553b3
35 changed files with 5432 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
module github.com/duffy/usb-server
go 1.25.0
require github.com/gorilla/websocket v1.5.3
require (
github.com/google/uuid v1.6.0
golang.org/x/sys v0.41.0
)