tailscale/portlist
Brad Fitzpatrick 2776209e49 portlist: don't depend on osexec package on ios, even if it's unused
Continuation of 5bb14c07dc.

The earlier commit provided the space savings (as the linker could see
through that osexec was unused at runtime), but it didn't clean up the
dep graph (from go list -json or godepgraph).

This removes the netstat.go file from the build too, just so the dep list
looks more reasonable.
2020-04-07 08:09:13 -07:00
..
netstat.go portlist: don't depend on osexec package on ios, even if it's unused 2020-04-07 08:09:13 -07:00
netstat_test.go portlist: ignore ports bound to localhost 2020-03-17 20:55:45 -07:00
poller.go portlist: fail earlier, more nicely on iOS 2020-04-06 20:11:24 -07:00
portlist.go portlist: document, clean up, fix an open fd spike, optimize a bit 2020-03-13 21:06:41 -07:00
portlist_ios.go portlist: don't depend on tempfork/osexec on iOS, saves 90KB 2020-04-07 07:58:09 -07:00
portlist_linux.go portlist: ignore ports bound to localhost 2020-03-17 20:55:45 -07:00
portlist_macos.go portlist: don't depend on tempfork/osexec on iOS, saves 90KB 2020-04-07 07:58:09 -07:00
portlist_other.go portlist: document, clean up, fix an open fd spike, optimize a bit 2020-03-13 21:06:41 -07:00
portlist_test.go portlist: ignore ports bound to localhost 2020-03-17 20:55:45 -07:00
portlist_windows.go portlist: document, clean up, fix an open fd spike, optimize a bit 2020-03-13 21:06:41 -07:00