You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
5 years ago
..
netstat.go portlist: don't depend on osexec package on ios, even if it's unused 5 years ago
netstat_test.go
poller.go
portlist.go
portlist_ios.go portlist: don't depend on tempfork/osexec on iOS, saves 90KB 5 years ago
portlist_linux.go
portlist_macos.go portlist: don't depend on tempfork/osexec on iOS, saves 90KB 5 years ago
portlist_other.go
portlist_test.go
portlist_windows.go