You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/10/07 09:11:55 UTC

[GitHub] [skywalking-banyandb] hanahmily opened a new pull request, #184: Make imports order deterministic

hanahmily opened a new pull request, #184:
URL: https://github.com/apache/skywalking-banyandb/pull/184

   Use `gci` in place of `goimports` to split all import blocks into three sections:
   
   - standard: Golang official imports, like "fmt"
   - default: All rest of import blocks
   - banyandb: Use a prefix match: `github.com/apache/skywalking-banyandb`


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking-banyandb] hanahmily closed pull request #184: Make imports order deterministic

Posted by GitBox <gi...@apache.org>.
hanahmily closed pull request #184: Make imports order deterministic
URL: https://github.com/apache/skywalking-banyandb/pull/184


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org