1
0
mirror of https://github.com/moby/moby.git synced 2025-07-30 18:23:29 +03:00

goimports: fix imports

Format the source according to latest goimports.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2019-08-05 16:37:47 +02:00
parent 56e690f340
commit 07ff4f1de8
125 changed files with 137 additions and 136 deletions

View File

@ -8,7 +8,7 @@ import (
"testing"
"time"
"github.com/opencontainers/go-digest"
digest "github.com/opencontainers/go-digest"
"gotest.tools/assert"
is "gotest.tools/assert/cmp"
)