mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-08 14:57:38 +02:00
Merge pull request #9604 from jjjike2021/fix-dep
fn: remove x/exp/slices dependency
This commit is contained in:
@@ -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] {
|
||||||
|
Reference in New Issue
Block a user