separate the go/non-go imports and reorder
Signed-off-by: Andrew Hsu <andrewhsu@acm.org> (github: andrewhsu)
This commit is contained in:
parent
4b217ccbf5
commit
059bc5f5ef
1 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue