Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
Signed-off-by: sadath-12 <[email protected]>
  • Loading branch information
sadath-12 committed Dec 28, 2023
1 parent 3577081 commit 5e1f64d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions examples/pubsub/pub/pub.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 5e1f64d

Please sign in to comment.