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

add bare minimum DefaultTransport #32

Closed rajatjindal closed 4 months ago

rajatjindal commented 4 months ago

This PR adds very basic DefaultTransport to net package for tinygo. This helps fix compilation issues when using packages that depend on this.

this pr also fixes #30 (if you insist that it should be a different PR, i am happy to submit it as a separate one)

many thanks for considering this Rajat Jindal

rajatjindal commented 4 months ago

requesting review from @dgryski