Remove x/exp/slices override

This commit is contained in:
WeebDataHoarder
2025-04-13 16:44:54 +02:00
parent 1c0e015c69
commit 2cd6d0cebf
6 changed files with 3 additions and 62 deletions

View File

@@ -1,5 +0,0 @@
module git.gammaspectra.live/git/go-away/utils/exp
go 1.24.0
toolchain go1.24.2

View File

@@ -1,7 +0,0 @@
package slices
import "slices"
func EqualFunc[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, eq func(E1, E2) bool) bool {
return slices.EqualFunc(s1, s2, eq)
}