optimize: update kitex code and remove apache thrift api usage #396
reviewdog.yml
on: pull_request
runner / staticcheck
1m 14s
Annotations
2 errors
runner / staticcheck
[staticcheck] reported by reviewdog 🐶
# github.com/cloudwego/kitex-examples/server_sdk/thrift
server_sdk/thrift/main.go:51:2: declared and not used: codec
Raw Output:
{"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"# github.com/cloudwego/kitex-examples/server_sdk/thrift\nserver_sdk/thrift/main.go:51:2: declared and not used: codec","code":{"value":"compile","url":"https://staticcheck.io/docs/checks#compile"},"location":{"path":"","range":{"start":{"line":0,"column":0},"end":{"line":0,"column":0}}},"related_locations":[],"severity":"ERROR"}
|
runner / staticcheck
Process completed with exit code 1.
|