From 5901bfd20349b07b446b277f074bcc80569aa05c Mon Sep 17 00:00:00 2001 From: keleher <keleher@cs.umd.edu> Date: Sun, 1 Dec 2019 17:27:59 -0500 Subject: [PATCH] auto --- go/src/818f19/p5/DIRID/pb/client.pb.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go/src/818f19/p5/DIRID/pb/client.pb.go b/go/src/818f19/p5/DIRID/pb/client.pb.go index 1394597..37f86f5 100644 --- a/go/src/818f19/p5/DIRID/pb/client.pb.go +++ b/go/src/818f19/p5/DIRID/pb/client.pb.go @@ -182,8 +182,8 @@ func (m *DelRequest) GetForce() bool { } type CommandString struct { - Slot int64 `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"` - Cmd string `protobuf:"bytes,2,opt,name=cmd,proto3" json:"cmd,omitempty"` + Slot int64 `protobuf:"varint,1,opt,name=slot,proto3" json:"slot"` + Cmd string `protobuf:"bytes,2,opt,name=cmd,proto3" json:"cmd"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` -- GitLab