aboutsummaryrefslogtreecommitdiff
path: root/object/store/packed/internal/reading/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/store/packed/internal/reading/doc.go')
-rw-r--r--object/store/packed/internal/reading/doc.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/object/store/packed/internal/reading/doc.go b/object/store/packed/internal/reading/doc.go
deleted file mode 100644
index a513d3bd..00000000
--- a/object/store/packed/internal/reading/doc.go
+++ /dev/null
@@ -1,6 +0,0 @@
-// Package reading implements the packed-store read path: pack and index
-// discovery, lookup, caching, and object reads from existing packfiles.
-//
-// Obviously, this internal package is not meant to be used by anyone
-// other than object/store/packed.
-package reading