From 0cce6977d7fd327c80198e290dd1900fb96a857d Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Tue, 11 Jun 2019 17:30:13 +0100 Subject: [PATCH] run new file through goimports --- drivers/docker/win32_volume_parse.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/docker/win32_volume_parse.go b/drivers/docker/win32_volume_parse.go index d86de84544a..8cce6023bb6 100644 --- a/drivers/docker/win32_volume_parse.go +++ b/drivers/docker/win32_volume_parse.go @@ -2,10 +2,11 @@ package docker import ( "fmt" - "github.com/pkg/errors" "os" "regexp" "strings" + + "github.com/pkg/errors" ) // This code is taken from github.com/docker/volume/mounts/windows_parser.go