gunli commented on PR #1045:
URL:
https://github.com/apache/pulsar-client-go/pull/1045#issuecomment-1620100480
@RobertIndie the comments/imports of this project are of different formats,
some comments looks like this:
// this is a comment
and others looks like this:
//this is a comment
some imports are grouped/sorted by names/std/third-party/projects, some are
not grouped/sorted.
Would you please standardize the format of comments/imports in the code,
otherwise, When I prepare a PR, my IDE(goland) format the comments/imports with
one format, and then I have to revert the comments/imports with another editor,
it quite painful for me.
--
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]