From 732e9735baedd3430b438b854e3ccad640e851d7 Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Thu, 12 Dec 2019 14:22:47 +1100 Subject: [PATCH] reverted rpc.pb.go change --- gctrpc/rpc.pb.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gctrpc/rpc.pb.go b/gctrpc/rpc.pb.go index 8098fdf0..a5796e2b 100644 --- a/gctrpc/rpc.pb.go +++ b/gctrpc/rpc.pb.go @@ -6,13 +6,12 @@ package gctrpc import ( context "context" fmt "fmt" - math "math" - proto "github.com/golang/protobuf/proto" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" + math "math" ) // Reference imports to suppress errors if they are not otherwise used.