all: replace golang.org/x/exp/slices with the standard library package

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2025-01-30 13:36:53 +01:00
parent 593c5fbf4a
commit a5068a1996
5 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -5,6 +5,7 @@ import (
"image"
"io"
"math"
"slices"
"sort"
"unicode"
"unicode/utf8"
@@ -17,7 +18,6 @@ import (
"gioui.org/op/paint"
"gioui.org/text"
"gioui.org/unit"
"golang.org/x/exp/slices"
"golang.org/x/image/math/fixed"
)