mirror of
https://github.com/yudai/gotty.git
synced 2026-02-22 07:54:07 +01:00
introduce go modules and make minimal changes to make gotty compile
This commit is contained in:
parent
ca725a9fdc
commit
1710712286
12 changed files with 95 additions and 75 deletions
|
|
@ -4,7 +4,7 @@ import (
|
|||
"syscall"
|
||||
"time"
|
||||
|
||||
"github.com/yudai/gotty/server"
|
||||
"gotty/server"
|
||||
)
|
||||
|
||||
type Options struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue