Use stdlib maps/slices

This commit is contained in:
Kovid Goyal 2024-05-04 14:34:40 +05:30
parent e7ed5716a9
commit 405f5ce148
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
27 changed files with 55 additions and 60 deletions

View file

@ -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