merge fix

This commit is contained in:
vadym 2022-12-11 20:27:16 +02:00
parent 081bfdf062
commit 2bbcd9142f

View file

@ -21,6 +21,7 @@ import (
"github.com/RiV-chain/RiV-mesh/src/admin" "github.com/RiV-chain/RiV-mesh/src/admin"
"github.com/docopt/docopt-go" "github.com/docopt/docopt-go"
) )
var usage = `Graphical interface for RiV mesh. var usage = `Graphical interface for RiV mesh.
Usage: Usage:
@ -38,7 +39,7 @@ var confui struct {
IndexHtml string `docopt:"<index>"` IndexHtml string `docopt:"<index>"`
Console bool `docopt:"-c,--console"` Console bool `docopt:"-c,--console"`
} }
=======
var uiVersion = "0.0.1" var uiVersion = "0.0.1"
func main() { func main() {