feat(muxterm): scaffold Go module with main.go entry point

This commit is contained in:
Ken
2026-05-28 06:06:36 +00:00
parent 9db70593c2
commit 595d08ba5a
3 changed files with 56 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
module github.com/muxplex/muxterm
go 1.22
require (
github.com/creack/pty v1.1.24
github.com/gorilla/websocket v1.5.3
)