mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
0715e84f04
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
|