summaryrefslogtreecommitdiff
path: root/vendor/github.com/docker/distribution/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/docker/distribution/doc.go')
-rw-r--r--vendor/github.com/docker/distribution/doc.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/github.com/docker/distribution/doc.go b/vendor/github.com/docker/distribution/doc.go
deleted file mode 100644
index bdd8cb7..0000000
--- a/vendor/github.com/docker/distribution/doc.go
+++ /dev/null
@@ -1,7 +0,0 @@
-// Package distribution will define the interfaces for the components of
-// docker distribution. The goal is to allow users to reliably package, ship
-// and store content related to docker images.
-//
-// This is currently a work in progress. More details are available in the
-// README.md.
-package distribution