lnd/fn/go.mod
Olaoluwa Osuntokun 0715e84f04
fn: add new ConcurrentQueue[T] data structure
This is a version of the queue we have elsewhere, but we can get rid of
all the casting and interface usage in favor of a type param.
2024-01-23 19:09:29 -08:00

6 lines
107 B
Modula-2

module github.com/lightningnetwork/lnd/fn
go 1.19
require github.com/lightninglabs/neutrino/cache v1.1.2