mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-13 06:29:07 +02:00
Merge pull request #9604 from jjjike2021/fix-dep
fn: remove x/exp/slices dependency
This commit is contained in:
commit
b031002aed
@ -3,11 +3,11 @@ package fn
|
||||
import (
|
||||
"math/rand"
|
||||
"reflect"
|
||||
"slices"
|
||||
"testing"
|
||||
"testing/quick"
|
||||
|
||||
"github.com/stretchr/testify/require"
|
||||
"golang.org/x/exp/slices"
|
||||
)
|
||||
|
||||
func GenList(r *rand.Rand) *List[uint32] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user