You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/08/10 01:12:01 UTC

[GitHub] [pulsar] sijie commented on a change in pull request #4924: [site2] fix Function classname importing

sijie commented on a change in pull request #4924: [site2] fix Function classname importing
URL: https://github.com/apache/pulsar/pull/4924#discussion_r312684425
 
 

 ##########
 File path: site2/docs/functions-overview.md
 ##########
 @@ -31,19 +31,19 @@ The following is an example of a Pulsar Function written in Go.
 
 ```
 import (
-	"fmt"
-	"context"
+    "fmt"
 
 Review comment:
   I think you shouldn't fix the tabs here. Golang uses `tabs` not `spaces`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services