diff options
| author | Will Hawkins <[email protected]> | 2022-06-17 21:29:34 -0400 |
|---|---|---|
| committer | Will Hawkins <[email protected]> | 2022-06-17 21:29:34 -0400 |
| commit | 462bd5f6998e7922fb568dd50c52435370e8ecdb (patch) | |
| tree | 67862b465846e8467d3b2bf2042c9f8860e8eda2 /extendedstats/other.go | |
| parent | 71d9bae3dc95faa17764993c437116cd9544c624 (diff) | |
[Feature] Use the new GetTCPConnectionInfo API for extended stats on macOS
Now that there is support for GetTCPConnectionInfo on macOS, we can
re-enable extended stats on the macOS platform!
Diffstat (limited to 'extendedstats/other.go')
| -rw-r--r-- | extendedstats/other.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extendedstats/other.go b/extendedstats/other.go index 78c4dc9..d313826 100644 --- a/extendedstats/other.go +++ b/extendedstats/other.go @@ -1,5 +1,5 @@ -//go:build !dragonfly && !freebsd && !linux && !netbsd && !openbsd -// +build !dragonfly,!freebsd,!linux,!netbsd,!openbsd +//go:build !dragonfly && !freebsd && !linux && !netbsd && !openbsd && !darwin +// +build !dragonfly,!freebsd,!linux,!netbsd,!openbsd,!darwin package extendedstats |
