From 5e1f64d5d7e6f3e075d78affb5ea42cc73837672 Mon Sep 17 00:00:00 2001 From: sadath-12 Date: Fri, 29 Dec 2023 00:44:04 +0530 Subject: [PATCH] remove unused Signed-off-by: sadath-12 --- examples/pubsub/pub/pub.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/pubsub/pub/pub.go b/examples/pubsub/pub/pub.go index 089229f2..e4928f45 100644 --- a/examples/pubsub/pub/pub.go +++ b/examples/pubsub/pub/pub.go @@ -22,10 +22,9 @@ import ( var ( // set the environment as instructions. - pubsubName = "messages" - bulkpubsubName = "bulkmessages" - topicName = "neworder" - bulkTopicName = "newbulkorder" + pubsubName = "messages" + topicName = "neworder" + bulkTopicName = "newbulkorder" ) func main() {