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

stub out more types/funcs to compile against golang.org/x/net/internal/socket #16

Closed scottfeldman closed 11 months ago

scottfeldman commented 11 months ago

This is for tinygo-org/net/issues/14. Basically, trying to get apps which import golang.org/x/net/internal/socket to compile.

This PR covers the additions needed to src/net. There is a matching matching PR (tinygo-org/tinygo/pull/4035) in tinygo-org/tinygo for the "crypto/tls" package changes for tinygo-org/net/issues/14.

scottfeldman commented 11 months ago

I'm going to close this PR since the work on tinygo-org/net/issues/14 is unresolved. We can re-open if 14 resolves.