Add missing quotation mark in struct tag

This commit is contained in:
Justin Li 2014-07-07 00:09:20 -04:00
parent 867688449c
commit 7351d3e79a

View file

@ -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"`
}