You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the TinyGo 'net' package has limited support for Interfaces, as you've discovered. We can add Addrs() to interface.go, but it would just be a stub to satisfy the complier. Do you need the interface addresses, or are you just trying to get something to compile and bumped into this?
internal/util/util.go:86:19: i.Addrs undefined (type net.Interface has no field or method Addrs)
The text was updated successfully, but these errors were encountered: