Use stdlib maps/slices

This commit is contained in:
Kovid Goyal
2024-05-04 14:34:40 +05:30
parent e7ed5716a9
commit 405f5ce148
27 changed files with 55 additions and 60 deletions

View File

@@ -6,14 +6,13 @@ import (
"archive/tar"
"bytes"
"fmt"
"maps"
"os"
"os/exec"
"path/filepath"
"slices"
"strings"
"golang.org/x/exp/maps"
"golang.org/x/exp/slices"
"kitty"
"kitty/tools/tty"
"kitty/tools/utils"