terminal added

This commit is contained in:
2026-05-22 19:04:00 +01:00
parent 79548e5ee0
commit 25c8e8c9e8
5 changed files with 1514 additions and 5 deletions
+8
View File
@@ -0,0 +1,8 @@
module gotermix
go 1.26.3
require (
github.com/creack/pty v1.1.24
github.com/gorilla/websocket v1.5.3
)