introduce go modules and make minimal changes to make gotty compile

This commit is contained in:
Bohdan Trotsenko 2022-07-23 11:25:00 +03:00
parent ca725a9fdc
commit 1710712286
12 changed files with 95 additions and 75 deletions

View file

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