fn: add new generic set container

This commit is contained in:
Olaoluwa Osuntokun
2024-01-02 17:18:59 -08:00
parent eb72bb9712
commit 1fc3f14467
3 changed files with 101 additions and 1 deletions

View File

@@ -2,4 +2,7 @@ module github.com/lightningnetwork/lnd/fn
go 1.19
require github.com/lightninglabs/neutrino/cache v1.1.2
require (
github.com/lightninglabs/neutrino/cache v1.1.2
golang.org/x/exp v0.0.0-20231226003508-02704c960a9b
)