Rename module

This commit is contained in:
Will Owens 2022-02-26 17:32:04 -05:00
parent 179f2face2
commit ef511da787
7 changed files with 11 additions and 13 deletions

View file

@ -1,7 +1,7 @@
package server
import (
"github.com/yudai/gotty/webtty"
"github.com/ghthor/gotty/webtty"
)
// Slave is webtty.Slave with some additional methods.