aboutsummaryrefslogtreecommitdiff
path: root/pack_pack.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2025-11-16 00:00:00 +0000
committerGravatar Runxi Yu2025-11-16 00:00:00 +0000
commit43c25d457becb64ed2f76fbe2935475056a1081a (patch)
treed2cda5f0912ee3cd733aeda626096bd64115eabb /pack_pack.go
parentSeparate stored object types from types that the user is expected to construct. (diff)
signature
Documentation overhaul
Diffstat (limited to 'pack_pack.go')
-rw-r--r--pack_pack.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pack_pack.go b/pack_pack.go
index 4930c139..15eedf60 100644
--- a/pack_pack.go
+++ b/pack_pack.go
@@ -20,7 +20,6 @@ const (
packVersion2 = 2
)
-// packlocation identifies the path to a pack file and an offset inside it.
type packlocation struct {
PackPath string
Offset uint64