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
Wendi Yu fde384b359 Fix macOS build
staticcheck used to fail on macOS (and presumably windows) due to a
variable declared in a common package that was only used by the Linux
build, which would prevent `redo pr` from passing on Mac. Moved variable
declaration from the common file to the Linux-specific one to resolve
the compiler complaint.

Signed-off-by: Wendi Yu <wendi.yu@yahoo.ca>
4 years ago
..
netstat.go portlist: move code around to avoid unused function warnings. 4 years ago
netstat_exec.go portlist: move code around to avoid unused function warnings. 4 years ago
netstat_test.go portlist: ignore ports bound to localhost 4 years ago
poller.go portlist: fail earlier, more nicely on iOS 4 years ago
portlist.go Fix macOS build 4 years ago
portlist_ios.go portlist: don't depend on tempfork/osexec on iOS, saves 90KB 4 years ago
portlist_linux.go Fix macOS build 4 years ago
portlist_macos.go portlist: don't depend on tempfork/osexec on iOS, saves 90KB 4 years ago
portlist_other.go portlist: document, clean up, fix an open fd spike, optimize a bit 4 years ago
portlist_test.go portlist: ignore ports bound to localhost 4 years ago
portlist_windows.go portlist: move code around to avoid unused function warnings. 4 years ago