You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by GitBox <gi...@apache.org> on 2022/08/09 05:20:54 UTC

[GitHub] [thrift] fishy opened a new pull request, #2640: Add a generic sync.Pool wrapper to go library

fishy opened a new pull request, #2640:
URL: https://github.com/apache/thrift/pull/2640

   Since we dropped support of Go 1.18-, use generic to avoid dealing with
   type assertions with interface{}/any.
   
   While I'm here, also remove the usages of ioutil, as that's officially
   marked as deprecated in Go 1.19.
   
   Client: go
   


-- 
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: dev-unsubscribe@thrift.apache.org

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


[GitHub] [thrift] fishy merged pull request #2640: Add a generic sync.Pool wrapper to go library

Posted by GitBox <gi...@apache.org>.
fishy merged PR #2640:
URL: https://github.com/apache/thrift/pull/2640


-- 
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: dev-unsubscribe@thrift.apache.org

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