optimize: free old buf #136
Annotations
5 errors and 1 warning
protocol/thrift/skipdecoder_test.go#L95
cannot use bytes.NewReader(b) (value of type *bytes.Reader) as bufiox.Reader value in argument to NewSkipDecoder: *bytes.Reader does not implement bufiox.Reader (missing method Next)
|
protocol/thrift/skipdecoder_test.go#L150
cannot use bytes.NewReader(b) (value of type *bytes.Reader) as bufiox.Reader value in argument to NewSkipDecoder: *bytes.Reader does not implement bufiox.Reader (missing method Next)
|
protocol/thrift/skipdecoder_test.go#L167
cannot use &remoteByteBufferImplForT{…} (value of type *remoteByteBufferImplForT) as bufiox.Reader value in argument to r.Reset: *remoteByteBufferImplForT does not implement bufiox.Reader (missing method Next)
|
protocol/thrift/skipdecoder_test.go#L169
cannot use bytes.NewReader(b) (value of type *bytes.Reader) as bufiox.Reader value in argument to r.Reset: *bytes.Reader does not implement bufiox.Reader (missing method Next)
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading