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 -2
View File
@@ -1,9 +1,8 @@
package text
import (
"slices"
"testing"
"golang.org/x/exp/slices"
)
func TestParser(t *testing.T) {