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

@ -11,10 +11,10 @@ import (
"github.com/codegangsta/cli"
"github.com/yudai/gotty/backend/localcommand"
"github.com/yudai/gotty/pkg/homedir"
"github.com/yudai/gotty/server"
"github.com/yudai/gotty/utils"
"github.com/ghthor/gotty/backend/localcommand"
"github.com/ghthor/gotty/pkg/homedir"
"github.com/ghthor/gotty/server"
"github.com/ghthor/gotty/utils"
)
func main() {