From a9e946c7dd9a830ceb183aed7f8eec35d757e56a Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 9 Dec 2015 07:49:20 +1100 Subject: [PATCH] change the snakecase to reflect the files being read --- net/net.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/net.go b/net/net.go index addb448..66d5991 100644 --- a/net/net.go +++ b/net/net.go @@ -65,8 +65,8 @@ type NetInterfaceStat struct { } type NetFilterStat struct { - ConnTrackCount int64 `json:"conn_track_count"` - ConnTrackMax int64 `json:"conn_track_max"` + ConnTrackCount int64 `json:"conntrack_count"` + ConnTrackMax int64 `json:"conntrack_max"` } var constMap = map[string]int{