mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-18 08:51:08 +02:00
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.
6 lines
107 B
Modula-2
6 lines
107 B
Modula-2
module github.com/lightningnetwork/lnd/fn
|
|
|
|
go 1.19
|
|
|
|
require github.com/lightninglabs/neutrino/cache v1.1.2
|