make gofmt happy

This commit is contained in:
Kovid Goyal
2025-05-16 09:40:34 +05:30
parent c861259e3b
commit 4713cc29ad
9 changed files with 10 additions and 10 deletions

View File

@@ -4,13 +4,13 @@ package ask
import (
"fmt"
"io"
"github.com/kovidgoyal/kitty/tools/cli/markup"
"github.com/kovidgoyal/kitty/tools/tty"
"github.com/kovidgoyal/kitty/tools/tui/loop"
"github.com/kovidgoyal/kitty/tools/utils"
"github.com/kovidgoyal/kitty/tools/utils/style"
"github.com/kovidgoyal/kitty/tools/wcswidth"
"io"
"os"
"regexp"
"strings"

View File

@@ -4,13 +4,13 @@ package icat
import (
"fmt"
"image"
"image/gif"
"github.com/kovidgoyal/kitty/tools/tty"
"github.com/kovidgoyal/kitty/tools/tui/graphics"
"github.com/kovidgoyal/kitty/tools/utils"
"github.com/kovidgoyal/kitty/tools/utils/images"
"github.com/kovidgoyal/kitty/tools/utils/shm"
"image"
"image/gif"
"github.com/edwvee/exiffix"
"github.com/kovidgoyal/imaging"

View File

@@ -8,8 +8,8 @@ import (
"encoding/binary"
"errors"
"fmt"
"io"
"github.com/kovidgoyal/kitty"
"io"
"math"
not_rand "math/rand/v2"
"os"

View File

@@ -5,9 +5,9 @@ package show_key
import (
"errors"
"fmt"
"io"
"github.com/kovidgoyal/kitty/tools/cli/markup"
"github.com/kovidgoyal/kitty/tools/tty"
"io"
"os"
"golang.org/x/sys/unix"

View File

@@ -10,9 +10,9 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/kovidgoyal/kitty"
"io"
"io/fs"
"github.com/kovidgoyal/kitty"
"maps"
"net/url"
"os"

View File

@@ -6,9 +6,9 @@ import (
"encoding/binary"
"encoding/json"
"fmt"
"io/fs"
"github.com/kovidgoyal/kitty"
"github.com/kovidgoyal/kitty/tools/utils/shm"
"io/fs"
"os"
"os/exec"
"path"

View File

@@ -4,8 +4,8 @@ package themes
import (
"fmt"
"io"
"github.com/kovidgoyal/kitty"
"io"
"maps"
"regexp"
"slices"

View File

@@ -5,11 +5,11 @@ package at
import (
"encoding/base64"
"errors"
"io"
"github.com/kovidgoyal/kitty/tools/tty"
"github.com/kovidgoyal/kitty/tools/tui/loop"
"github.com/kovidgoyal/kitty/tools/utils"
"github.com/kovidgoyal/kitty/tools/utils/shlex"
"io"
"os"
"strings"
)

View File

@@ -7,8 +7,8 @@ import (
_ "embed"
"errors"
"fmt"
"io"
"github.com/kovidgoyal/kitty/tools/utils"
"io"
"regexp"
"strings"
"sync"