fix:修复注册port不支持自定义 #140
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
examples/ratelimit/provider/main.go#L18
should have a package comment
|
examples/quickstart/consumer/main.go#L18
should have a package comment
|
examples/ratelimit/consumer/main.go#L18
should have a package comment
|
examples/ratelimit/provider/main.go#L39
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
examples/routing/provider/main.go#L50
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
examples/routing/provider/main.go#L18
should have a package comment
|
test/server_test.go#L45
parameter 'c' seems to be unused, consider removing or renaming it as _
|
test/client_test.go#L100
should not use basic type untyped string as key in context.WithValue
|
test/server_test.go#L68
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
test/server_test.go#L61
parameter 'c' seems to be unused, consider removing or renaming it as _
|
This job succeeded
Loading