Add goimports to linting

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin
2017-05-02 15:36:45 -04:00
parent 690ef8af79
commit 1378bf3dbe
4 changed files with 5 additions and 2 deletions

View File

@ -7,6 +7,7 @@ import (
"time"
"bytes"
"github.com/docker/docker/api/types/image"
"github.com/docker/docker/pkg/stringid"
"github.com/docker/docker/pkg/stringutils"