From fdd2c22fa5d357f5bf1ad872d644f38033189a5f Mon Sep 17 00:00:00 2001 From: Krishna Srinivas Date: Wed, 29 Jul 2015 23:49:25 +0530 Subject: [PATCH] Do go fmt on bucket.go --- pkg/donut/bucket.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/donut/bucket.go b/pkg/donut/bucket.go index e67a14972..b6ee6c7e4 100644 --- a/pkg/donut/bucket.go +++ b/pkg/donut/bucket.go @@ -19,13 +19,13 @@ package donut import ( "bytes" "fmt" + "hash" "io" "path/filepath" "sort" "strings" "sync" "time" - "hash" "crypto/md5" "encoding/hex"