mirror of
https://github.com/distribution/distribution.git
synced 2025-09-07 01:41:02 +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:
@@ -5,13 +5,14 @@ import (
|
||||
"crypto/rand"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
dcontext "github.com/docker/distribution/context"
|
||||
"net"
|
||||
"net/http"
|
||||
"net/http/httptest"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
dcontext "github.com/docker/distribution/context"
|
||||
|
||||
"reflect" // used as a replacement for testify
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user