mirror of
https://github.com/distribution/distribution.git
synced 2025-09-13 05:38:57 +00:00
Enable goimports check
Validates that goimports has been run on all files Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
@@ -40,12 +40,12 @@ package base
|
||||
import (
|
||||
"context"
|
||||
"io"
|
||||
"time"
|
||||
|
||||
dcontext "github.com/docker/distribution/context"
|
||||
prometheus "github.com/docker/distribution/metrics"
|
||||
storagedriver "github.com/docker/distribution/registry/storage/driver"
|
||||
"github.com/docker/go-metrics"
|
||||
"time"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user