From 60a57a15d5c40f81d88cce9173fcf55b4957341a Mon Sep 17 00:00:00 2001 From: Ken Herner Date: Wed, 9 Sep 2015 12:37:48 -0400 Subject: [PATCH] Updated sockstat build constraint --- collector/sockstat_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector/sockstat_linux.go b/collector/sockstat_linux.go index e415b12d..a70ad3fd 100644 --- a/collector/sockstat_linux.go +++ b/collector/sockstat_linux.go @@ -1,4 +1,4 @@ -// +build !nonetstat +// +build !nosockstat package collector