mirror of
https://github.com/yudai/gotty.git
synced 2026-02-11 19:04:21 +01:00
Rename module
This commit is contained in:
parent
179f2face2
commit
ef511da787
7 changed files with 11 additions and 13 deletions
8
main.go
8
main.go
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue