Use SIMD base64 everywhere

This commit is contained in:
Kovid Goyal
2026-04-21 11:56:55 +05:30
parent 744ad7438c
commit 3d8a2fbb4f
16 changed files with 34 additions and 22 deletions

View File

@@ -3,15 +3,17 @@
package at
import (
"encoding/base64"
"errors"
"io"
"os"
"strings"
"github.com/emmansun/base64"
"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"
)
var end_reading_from_stdin = errors.New("end reading from STDIN")