well-goknown/lnd/lnd.go

9 lines
136 B
Go
Raw Normal View History

2023-02-03 04:56:15 +00:00
package lnd
import "fmt"
func main() {
// https://bitcoin.stackexchange.com/questions/73869/rpc-call-to-lnd
fmt.Println("vim-go")
}