Merge pull request #23 from dnephin/fix-goimports-on-master

Fix goimports failure on master
This commit is contained in:
Vincent Demeester 2017-05-03 22:27:16 +02:00 committed by GitHub
commit b7d3dd4d41
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,8 @@ import (
"archive/tar"
"bytes"
"time"
"github.com/docker/docker/pkg/archive"
"github.com/docker/docker/pkg/fileutils"
"github.com/docker/docker/pkg/gitutils"
@ -22,7 +24,6 @@ import (
"github.com/docker/docker/pkg/streamformatter"
"github.com/docker/docker/pkg/stringid"
"github.com/pkg/errors"
"time"
)
const (