Skip to content

Commit

Permalink
run new file through goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
damoxc committed Jun 18, 2019
1 parent cb8a5e4 commit 0cce697
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/docker/win32_volume_parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cce697

Please sign in to comment.