tinygo-org / net

Port of Go's "net" package to work with TinyGo on embedded processors.
https://tinygo.org
BSD 2-Clause "Simplified" License
23 stars 9 forks source link

net: add back Buffers implementation #22

Closed deadprogram closed 8 months ago

deadprogram commented 8 months ago

This PR is to add back the Buffers implementation originally added to the main repo in https://github.com/tinygo-org/net/commit/c954718d79c8ad220f30fe5d2cc67fab185a2c66 which got lost along the way to the switchover to this package.

Should fix https://github.com/tinygo-org/tinygo/issues/4166 and other similar issues.

deadprogram commented 8 months ago

Thanks for quick review @bgould :heart: