mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-15 13:04:38 +02:00
Use stdlib maps/slices
This commit is contained in:
@@ -5,10 +5,10 @@ package unicode_names
|
||||
import (
|
||||
"fmt"
|
||||
"kitty/tools/utils"
|
||||
"slices"
|
||||
"testing"
|
||||
|
||||
"github.com/google/go-cmp/cmp"
|
||||
"golang.org/x/exp/slices"
|
||||
)
|
||||
|
||||
var _ = fmt.Print
|
||||
|
||||
Reference in New Issue
Block a user