From 462bd5f6998e7922fb568dd50c52435370e8ecdb Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Fri, 17 Jun 2022 21:29:34 -0400 Subject: [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! --- extendedstats/other.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extendedstats/other.go') 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 -- cgit v1.2.3