mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 09:48:09 +02:00
Rename go module from kitty -> github.com/kovidgoyal/kitty
Makes the code more easily re-useable in other projects
This commit is contained in:
@@ -5,10 +5,10 @@ package main
|
||||
import (
|
||||
"os"
|
||||
|
||||
"kitty/kittens/ssh"
|
||||
"kitty/tools/cli"
|
||||
"kitty/tools/cmd/completion"
|
||||
"kitty/tools/cmd/tool"
|
||||
"github.com/kovidgoyal/kitty/kittens/ssh"
|
||||
"github.com/kovidgoyal/kitty/tools/cli"
|
||||
"github.com/kovidgoyal/kitty/tools/cmd/completion"
|
||||
"github.com/kovidgoyal/kitty/tools/cmd/tool"
|
||||
)
|
||||
|
||||
func KittenMain(args ...string) {
|
||||
|
||||
Reference in New Issue
Block a user