From 858258f8843bfc3b56585c02a73efad0f522fb52 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Tue, 22 Jul 2014 01:17:08 -0400 Subject: [PATCH] start json renamed --- stats/stats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats/stats.go b/stats/stats.go index 715c9bc..c301656 100644 --- a/stats/stats.go +++ b/stats/stats.go @@ -61,7 +61,7 @@ type PeerStats struct { } type Stats struct { - Start time.Time `json:"time"` + Start time.Time `json:"start_time"` Announces uint64 `json:"announces"` Scrapes uint64 `json:"scrapes"`