aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/docker/docker/pkg/fileutils/fileutils_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/docker/docker/pkg/fileutils/fileutils_windows.go')
-rw-r--r--vendor/github.com/docker/docker/pkg/fileutils/fileutils_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/docker/docker/pkg/fileutils/fileutils_windows.go b/vendor/github.com/docker/docker/pkg/fileutils/fileutils_windows.go
index 5ec21cace..3f1ebb656 100644
--- a/vendor/github.com/docker/docker/pkg/fileutils/fileutils_windows.go
+++ b/vendor/github.com/docker/docker/pkg/fileutils/fileutils_windows.go
@@ -1,4 +1,4 @@
-package fileutils
+package fileutils // import "github.com/docker/docker/pkg/fileutils"
// GetTotalUsedFds Returns the number of used File Descriptors. Not supported
// on Windows.