Rename go module from kitty -> github.com/kovidgoyal/kitty

Makes the code more easily re-useable in other projects
This commit is contained in:
Kovid Goyal
2025-05-16 08:43:35 +05:30
parent 66b13aa6d4
commit c861259e3b
163 changed files with 507 additions and 506 deletions

View File

@@ -11,8 +11,8 @@ import (
"sync"
"time"
"kitty/tools/utils"
"kitty/tools/utils/images"
"github.com/kovidgoyal/kitty/tools/utils"
"github.com/kovidgoyal/kitty/tools/utils/images"
)
type mark_set = *utils.Set[uint16]

View File

@@ -4,7 +4,7 @@ package unicode_names
import (
"fmt"
"kitty/tools/utils"
"github.com/kovidgoyal/kitty/tools/utils"
"slices"
"testing"