From 21b8689fa96f54350bf218b804bba58fda781fca Mon Sep 17 00:00:00 2001 From: JJ <60529194+Schickendantzj@users.noreply.github.com> Date: Mon, 20 Jun 2022 21:28:52 -0400 Subject: [Feature] Add extendedstats support for Windows The added support has similar stats to getTCPInfo for linux. Signed-off-by: Will Hawkins --- 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 d313826..960ee85 100644 --- a/extendedstats/other.go +++ b/extendedstats/other.go @@ -1,5 +1,5 @@ -//go:build !dragonfly && !freebsd && !linux && !netbsd && !openbsd && !darwin -// +build !dragonfly,!freebsd,!linux,!netbsd,!openbsd,!darwin +//go:build !dragonfly && !freebsd && !linux && !netbsd && !openbsd && !darwin && !windows +// +build !dragonfly,!freebsd,!linux,!netbsd,!openbsd,!darwin,!windows package extendedstats -- cgit v1.2.3