Imported the existing codebase and refactored it to work with the new build system.

Adjusted dependencies to use our own repository mirrors.
Modified the Makefile for proper build output and target directory.
This commit is contained in:
kernel 2025-07-31 19:44:16 +03:00
parent a080c85cbc
commit 2424e48e17
118 changed files with 93 additions and 14369 deletions

View file

@ -4,7 +4,7 @@ import (
"syscall"
"time"
"github.com/yudai/gotty/server"
"github.com/kernel-punk/gotty/server"
)
type Options struct {