-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(transport): format import and init slice cap #2741
refactor(transport): format import and init slice cap #2741
Conversation
@@ -68,4 +68,4 @@ linters-settings: | |||
# recommend 10-20 | |||
min-complexity: 50 | |||
goimports: | |||
local-prefixes: github.com/go-kratos/kratos # Put imports beginning with prefix after 3rd-party packages | |||
local-prefixes: github.com/go-kratos # Put imports beginning with prefix after 3rd-party packages |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
github.com/go-kratos
put together?
"github.com/go-kratos/aegis/subset"
"github.com/go-kratos/kratos"
c0cf0e6
to
60f7b05
Compare
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #2741 +/- ##
==========================================
+ Coverage 84.78% 84.81% +0.02%
==========================================
Files 88 88
Lines 3891 3891
==========================================
+ Hits 3299 3300 +1
+ Misses 418 417 -1
Partials 174 174
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
60f7b05
to
118dd6f
Compare
118dd6f
to
ba00cff
Compare
Description (what this PR does / why we need it):
Which issue(s) this PR fixes (resolves / be part of):
Other special notes for the reviewers: