diff options
Diffstat (limited to 'pkg/specgen/winpath.go')
-rw-r--r-- | pkg/specgen/winpath.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/specgen/winpath.go b/pkg/specgen/winpath.go index 0df4ebdd7..5c19aeb4b 100644 --- a/pkg/specgen/winpath.go +++ b/pkg/specgen/winpath.go @@ -1,11 +1,10 @@ package specgen import ( + "errors" "fmt" "strings" "unicode" - - "github.com/pkg/errors" ) func isHostWinPath(path string) bool { |