add missing json struct tag

This commit is contained in:
Jimmy Zelinskie 2014-09-29 15:14:46 -04:00
parent 7acabfe9f6
commit deb44da5f0

View file

@ -19,7 +19,7 @@ type PeerMap struct {
Peers map[string]map[PeerKey]Peer `json:"peers"`
Seeders bool `json:"seeders"`
Config config.SubnetConfig `json:"config"`
Size int32
Size int32 `json:"size"`
sync.RWMutex
}