tisonkun commented on code in PR #17455:
URL: https://github.com/apache/pulsar/pull/17455#discussion_r963435990
##########
site2/docs/client-libraries-go.md:
##########
@@ -424,6 +401,7 @@ if err != nil {
defer consumer.Close()
for i := 0; i < 10; i++ {
+ // may block here
msg, err := consumer.Receive(context.Background())
if err != nil {
log.Fatal(err)
Review Comment:
Not really. [These
lines](https://github.com/apache/pulsar/blob/a053323e23998d9b7e746933cbce43590ad956b9/site2/docs/client-libraries-go.md?plain=1#L71-L76)
are still using tabs. I suggest you replace all leading space in Golang code
blocks with tabs. You can go through the doc to check them one by one.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]