From acac2cee9a955c818d213bfe5ff8b76f36ec43e3 Mon Sep 17 00:00:00 2001 From: Bobby DeSimone Date: Mon, 30 Dec 2019 10:48:26 -0800 Subject: [PATCH] authorize: s/gprc/grpc (#443) Signed-off-by: Bobby DeSimone --- authorize/{gprc.go => grpc.go} | 0 authorize/{gprc_test.go => grpc_test.go} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename authorize/{gprc.go => grpc.go} (100%) rename authorize/{gprc_test.go => grpc_test.go} (100%) diff --git a/authorize/gprc.go b/authorize/grpc.go similarity index 100% rename from authorize/gprc.go rename to authorize/grpc.go diff --git a/authorize/gprc_test.go b/authorize/grpc_test.go similarity index 100% rename from authorize/gprc_test.go rename to authorize/grpc_test.go