From 7351d3e79afaed20a2d6b60f9fe7ebaf77967c8c Mon Sep 17 00:00:00 2001 From: Justin Li Date: Mon, 7 Jul 2014 00:09:20 -0400 Subject: [PATCH] Add missing quotation mark in struct tag --- models/models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/models.go b/models/models.go index 4b6c196..c12adcb 100644 --- a/models/models.go +++ b/models/models.go @@ -34,7 +34,7 @@ type Peer struct { Port uint64 `json:"port"` Uploaded uint64 `json:"uploaded"` - Downloaded uint64 `json:"downloaded` + Downloaded uint64 `json:"downloaded"` Left uint64 `json:"left"` LastAnnounce int64 `json:"last_announce"` }