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
Use old format for go version statement in go.mod
Newer Go versions use the micro version as well when adding a version
statement to `go mod tidy` but this confuses older tooling.
Add android os (#25)
* Add android os
Allthough android is linux the 'ip route' command doesn't return 'default' line.
Android has only one interface active at any time.