fix net.Interface() and net.InterfaceAddrs() in Android 11+
route ip+net: netlinkrib: permission denied
How to use :
go get github.com/hossinasaadi/anet@main
import "github.com/hossinasaadi/anet"
anet.Interfaces() // work for android and other platforms
check:
...