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 (
"fmt"
"net/url"
"strings"
"github.com/docker/distribution/context"
storagedriver "github.com/docker/distribution/registry/storage/driver"
storagemiddleware "github.com/docker/distribution/registry/storage/driver/middleware"
"net/url"
"strings"
)
type redirectStorageMiddleware struct {