tinygo-org / tinygo

Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
https://tinygo.org
Other
15.49k stars 913 forks source link

type net.Interface has no field or method Addrs #4605

Open deepch opened 6 days ago

deepch commented 6 days ago
ifaces, _ := net.Interfaces()
    for _, i := range ifaces {
        addrs, err := i.Addrs()
.......

internal/util/util.go:86:19: i.Addrs undefined (type net.Interface has no field or method Addrs)