veyron2/vom2: Support typeobject decoding.
This completes the typeobject support in vom2, which paves the
way for our new Signature support. The support for typeobject
encoding already exists; this only adds typeobject decoding
support, along with tests to ensure various types can be encoded
and decoded successfully.
Change-Id: I4e79ae447bffa7ccd03f8d9ae92352a1930a23ad
diff --git a/services/mgmt/suidhelper/impl/args.go b/services/mgmt/suidhelper/impl/args.go
index 7ab9574..4e3f4fb 100644
--- a/services/mgmt/suidhelper/impl/args.go
+++ b/services/mgmt/suidhelper/impl/args.go
@@ -35,8 +35,8 @@
var (
flagUsername, flagWorkspace, flagLogDir, flagRun *string
- flagMinimumUid *int64
- flagRemove *bool
+ flagMinimumUid *int64
+ flagRemove *bool
)
func init() {
diff --git a/services/mgmt/suidhelper/impl/flag/flag.go b/services/mgmt/suidhelper/impl/flag/flag.go
index 6a4cdb3..25782ab 100644
--- a/services/mgmt/suidhelper/impl/flag/flag.go
+++ b/services/mgmt/suidhelper/impl/flag/flag.go
@@ -14,8 +14,8 @@
var (
Username, Workspace, LogDir, Run *string
- MinimumUid *int64
- Remove *bool
+ MinimumUid *int64
+ Remove *bool
)
func init() {