From 071298109a09298914108c248371f9962840eb2b Mon Sep 17 00:00:00 2001 From: Blake La Pierre Date: Mon, 29 Sep 2014 00:46:36 -0700 Subject: [PATCH] Typo --- info/container.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info/container.go b/info/container.go index 0b7f6d59..649b069f 100644 --- a/info/container.go +++ b/info/container.go @@ -181,7 +181,7 @@ type DiskIoStats struct { IoServiceBytes []PerDiskStats `json:"io_service_bytes,omitempty"` IoServiced []PerDiskStats `json:"io_serviced,omitempty"` IoQueued []PerDiskStats `json:"io_queued,omitempty"` - Sectors []PerDiskStats `json"sectors,omitempty"` + Sectors []PerDiskStats `json:"sectors,omitempty"` } type MemoryStats struct {