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
@@ -2,6 +2,7 @@ package text
import (
"fmt"
"slices"
"strings"
"testing"
@@ -10,7 +11,6 @@ import (
"gioui.org/font/gofont"
"gioui.org/font/opentype"
"gioui.org/io/system"
"golang.org/x/exp/slices"
"golang.org/x/image/font/gofont/goregular"
"golang.org/x/image/math/fixed"
)