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:
Derek McGowan
2018-08-06 12:12:07 -07:00
parent dc53e37d98
commit 795e11d5fb
4 changed files with 6 additions and 3 deletions

View File

@@ -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
)