minor
This commit is contained in:
parent
65fe2fa9c1
commit
96a32319c7
|
@ -67,7 +67,6 @@ message FormatMsg {
|
||||||
ONEOF = 2;
|
ONEOF = 2;
|
||||||
VAR = 3;
|
VAR = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
int64 depth = 1; // used to indent output
|
int64 depth = 1; // used to indent output
|
||||||
int64 maxVarname = 2; // max string length of var names
|
int64 maxVarname = 2; // max string length of var names
|
||||||
int64 maxVartype = 3; // max string length of var types
|
int64 maxVartype = 3; // max string length of var types
|
||||||
|
@ -122,4 +121,3 @@ message Identify { // `autogenpb:marshal`
|
||||||
string uuid = 1; //
|
string uuid = 1; //
|
||||||
string version = 2; //
|
string version = 2; //
|
||||||
}
|
}
|
||||||
// footer was empty
|
|
||||||
|
|
2
main.go
2
main.go
|
@ -19,8 +19,8 @@ import (
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/alexflint/go-arg"
|
|
||||||
"github.com/go-cmd/cmd"
|
"github.com/go-cmd/cmd"
|
||||||
|
"go.wit.com/dev/alexflint/arg"
|
||||||
"go.wit.com/lib/fhelp"
|
"go.wit.com/lib/fhelp"
|
||||||
"go.wit.com/lib/gui/shell"
|
"go.wit.com/lib/gui/shell"
|
||||||
"go.wit.com/log"
|
"go.wit.com/log"
|
||||||
|
|
Loading…
Reference in New Issue