mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Use stdlib maps/slices
This commit is contained in:
parent
e7ed5716a9
commit
405f5ce148
27 changed files with 55 additions and 60 deletions
|
|
@ -5,6 +5,7 @@ package diff
|
|||
import (
|
||||
"fmt"
|
||||
"regexp"
|
||||
"slices"
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
|
|
@ -12,8 +13,6 @@ import (
|
|||
"kitty/tools/utils"
|
||||
"kitty/tools/utils/images"
|
||||
"kitty/tools/wcswidth"
|
||||
|
||||
"golang.org/x/exp/slices"
|
||||
)
|
||||
|
||||
var _ = fmt.Print
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue