mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01: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.
5 lines
107 B
Modula-2
5 lines
107 B
Modula-2
module github.com/lightningnetwork/lnd/fn
|
|
|
|
go 1.19
|
|
|
|
require github.com/lightninglabs/neutrino/cache v1.1.2
|