diff --git a/collector/config.go b/collector/config.go index 8a3234de..637f6406 100644 --- a/collector/config.go +++ b/collector/config.go @@ -15,8 +15,9 @@ package collector import ( - "github.com/google/cadvisor/info/v1" "time" + + "github.com/google/cadvisor/info/v1" ) type Config struct { diff --git a/collector/types.go b/collector/types.go index 50ecb1a8..5416a3dd 100644 --- a/collector/types.go +++ b/collector/types.go @@ -15,8 +15,9 @@ package collector import ( - "github.com/google/cadvisor/info/v1" "time" + + "github.com/google/cadvisor/info/v1" ) // TODO(vmarmol): Export to a custom metrics type when that is available. diff --git a/storage/redis/redis.go b/storage/redis/redis.go index d66190c1..3e960516 100644 --- a/storage/redis/redis.go +++ b/storage/redis/redis.go @@ -16,11 +16,12 @@ package redis import ( "encoding/json" + "sync" + "time" + redis "github.com/garyburd/redigo/redis" info "github.com/google/cadvisor/info/v1" storage "github.com/google/cadvisor/storage" - "sync" - "time" ) type redisStorage struct {