mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add goimports to linters.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
361a473121
commit
372670b507
11 changed files with 20 additions and 16 deletions
|
@ -2,18 +2,17 @@ package client
|
|||
|
||||
import (
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"golang.org/x/net/context"
|
||||
|
||||
"encoding/json"
|
||||
"github.com/docker/docker/api/types"
|
||||
"github.com/docker/docker/api/types/filters"
|
||||
"github.com/docker/docker/api/types/registry"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
func TestImageSearchAnyError(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue