mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
merge fix
This commit is contained in:
parent
081bfdf062
commit
2bbcd9142f
1 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@ import (
|
|||
"github.com/RiV-chain/RiV-mesh/src/admin"
|
||||
"github.com/docopt/docopt-go"
|
||||
)
|
||||
|
||||
var usage = `Graphical interface for RiV mesh.
|
||||
|
||||
Usage:
|
||||
|
@ -38,7 +39,7 @@ var confui struct {
|
|||
IndexHtml string `docopt:"<index>"`
|
||||
Console bool `docopt:"-c,--console"`
|
||||
}
|
||||
=======
|
||||
|
||||
var uiVersion = "0.0.1"
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue