From ded090a8b06741eeefb9730190cf5ca84c072207 Mon Sep 17 00:00:00 2001 From: "Frederick F. Kautz IV" Date: Sun, 29 Mar 2015 21:41:38 -0700 Subject: [PATCH] Normalizing imports in api --- pkg/api/api_signature.go | 11 +++++------ pkg/api/range.go | 3 +-- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/pkg/api/api_signature.go b/pkg/api/api_signature.go index dd912d1b8..53f7fda6a 100644 --- a/pkg/api/api_signature.go +++ b/pkg/api/api_signature.go @@ -18,20 +18,19 @@ package api import ( "bytes" + "crypto/hmac" + "crypto/sha1" + "encoding/base64" "errors" "fmt" "io" "net" + "net/http" + "net/url" "sort" "strings" "time" - "crypto/hmac" - "crypto/sha1" - "encoding/base64" - "net/http" - "net/url" - "github.com/minio-io/minio/pkg/api/config" ) diff --git a/pkg/api/range.go b/pkg/api/range.go index 12f6788fc..414e7f39e 100644 --- a/pkg/api/range.go +++ b/pkg/api/range.go @@ -19,10 +19,9 @@ package api import ( "errors" "fmt" + "net/http" "strconv" "strings" - - "net/http" ) const (