diff options
| author | Sebastiaan van Stijn <github@gone.nl> | 2018-05-19 13:38:54 +0200 |
|---|---|---|
| committer | Sebastiaan van Stijn <github@gone.nl> | 2018-05-23 17:50:54 +0200 |
| commit | f23c00d8701e4bd0f2372a586dacbf66a26f9a51 (patch) | |
| tree | 61c5392380b5e0b16b6c076d7b4c8e1961437d11 /plugin/executor | |
| parent | 0846a02d549d3e0a28e7f7962b92af98992eba17 (diff) | |
| download | docker-f23c00d8701e4bd0f2372a586dacbf66a26f9a51.tar.gz | |
Various code-cleanup
remove unnescessary import aliases, brackets, and so on.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'plugin/executor')
| -rw-r--r-- | plugin/executor/containerd/containerd_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/executor/containerd/containerd_test.go b/plugin/executor/containerd/containerd_test.go index cd1a51bd35..d9185a05e1 100644 --- a/plugin/executor/containerd/containerd_test.go +++ b/plugin/executor/containerd/containerd_test.go @@ -10,7 +10,7 @@ import ( "github.com/docker/docker/libcontainerd" "github.com/gotestyourself/gotestyourself/assert" - specs "github.com/opencontainers/runtime-spec/specs-go" + "github.com/opencontainers/runtime-spec/specs-go" "github.com/pkg/errors" ) |
