Skip to content

Commit 5e1f64d

Browse files
committed
remove unused
Signed-off-by: sadath-12 <[email protected]>
1 parent 3577081 commit 5e1f64d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

examples/pubsub/pub/pub.go

+3-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ import (
2222

2323
var (
2424
// set the environment as instructions.
25-
pubsubName = "messages"
26-
bulkpubsubName = "bulkmessages"
27-
topicName = "neworder"
28-
bulkTopicName = "newbulkorder"
25+
pubsubName = "messages"
26+
topicName = "neworder"
27+
bulkTopicName = "newbulkorder"
2928
)
3029

3130
func main() {

0 commit comments

Comments
 (0)