Merge pull request #9604 from jjjike2021/fix-dep

fn: remove x/exp/slices dependency
This commit is contained in:
Oliver Gugger
2025-03-20 11:10:18 -06:00
committed by GitHub

View File

@@ -3,11 +3,11 @@ package fn
import ( import (
"math/rand" "math/rand"
"reflect" "reflect"
"slices"
"testing" "testing"
"testing/quick" "testing/quick"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
"golang.org/x/exp/slices"
) )
func GenList(r *rand.Rand) *List[uint32] { func GenList(r *rand.Rand) *List[uint32] {