separate the go/non-go imports and reorder

Signed-off-by: Andrew Hsu <andrewhsu@acm.org> (github: andrewhsu)
This commit is contained in:
Andrew Hsu 2016-04-25 09:32:36 -07:00 committed by Andrew Hsu
parent a691d82aee
commit cec7248bd1

View file

@ -2,11 +2,12 @@ package middleware
import ( import (
"fmt" "fmt"
"net/url"
"strings"
"github.com/docker/distribution/context" "github.com/docker/distribution/context"
storagedriver "github.com/docker/distribution/registry/storage/driver" storagedriver "github.com/docker/distribution/registry/storage/driver"
storagemiddleware "github.com/docker/distribution/registry/storage/driver/middleware" storagemiddleware "github.com/docker/distribution/registry/storage/driver/middleware"
"net/url"
"strings"
) )
type redirectStorageMiddleware struct { type redirectStorageMiddleware struct {