Merge pull request #260 from donhcd/fix_typo

Fix typo in json tag
This commit is contained in:
Michael Crosby
2014-11-11 22:04:32 -08:00
+1 -1
View File
@@ -27,7 +27,7 @@ type CpuUsage struct {
type CpuStats struct {
CpuUsage CpuUsage `json:"cpu_usage,omitempty"`
ThrottlingData ThrottlingData `json:"throlling_data,omitempty"`
ThrottlingData ThrottlingData `json:"throttling_data,omitempty"`
}
type MemoryStats struct {