Closed scottfeldman closed 4 months ago
I think until https://github.com/tinygo-org/tinygo/pull/4273 is fully functional this is a good work for now
some gofumpt issues, but I just realized that there is no ci so feel free to ignore these nits :)
@scottfeldman could you please run go fmt
on these changes?
Actually @leongross I ran gofmt and it did not find anything needing formatting.
Hence I will merge this now.
Thanks @scottfeldman
Initialize netdev to dummy NOP netdev that gracefully errors out all netdev interface calls. This is to catch cases where useNetdev() was not called by the app to set netdev.