add doc.go

pull/1/head
Edouard Paris 5 years ago
parent 32e340a8ef
commit f869a471b5

@ -0,0 +1,11 @@
// lntop v0.0.0
// Released under the MIT License
//
// Lightning is a decentralized network using smart contract functionality
// in the Bitcoin protocol to enable instant payments across a network of
// participants. Precisely bidirectional payments channels are set up
// between participants. For more information: http://lightning.network.
//
// lntop is an interactive text-mode channels viewer for Unix systems.
// It supports for the moment the Go implementation lnd only.
package lntop

@ -50,7 +50,7 @@ func (h Help) Set(g *gocui.Gui, x0, y0, x1, y1 int) error {
}
}
h.view.Frame = false
fmt.Fprintln(h.view, "lntop 0.0.1 - (C) 2019 Edouard Paris")
fmt.Fprintln(h.view, "lntop 0.0.0 - (C) 2019 Edouard Paris")
fmt.Fprintln(h.view, "Released under the MIT License")
fmt.Fprintln(h.view, "")
fmt.Fprintln(h.view, fmt.Sprintf("%5s %s",

Loading…
Cancel
Save