From 145e48efdb566d3dba93c959acc7c846658a120b Mon Sep 17 00:00:00 2001 From: Bruno Clermont Date: Wed, 31 Aug 2016 20:41:42 +0200 Subject: [PATCH] actually there is 13 columns, not 12 --- net/net_darwin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/net_darwin.go b/net/net_darwin.go index 797b7d6..215ed5b 100644 --- a/net/net_darwin.go +++ b/net/net_darwin.go @@ -57,7 +57,7 @@ func IOCounters(pernic bool) ([]IOCountersStat, error) { base := 1 // sometimes Address is ommitted - if len(values) < 11 { + if len(values) < 12 { base = 0 }