diff options
| author | 2026-03-10 14:16:56 +0800 | |
|---|---|---|
| committer | 2026-03-10 14:17:13 +0800 | |
| commit | 2812ee7340468b5a617b1ab5530fb5a60317b222 (patch) | |
| tree | 66120ed3c90bc01fba404824ddf0095c945aa2c8 /packfile/entry.go | |
| parent | object/stored: Move from objectstored (diff) | |
| signature | No signature | |
packfile: Rename package to packfile
Diffstat (limited to 'packfile/entry.go')
| -rw-r--r-- | packfile/entry.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packfile/entry.go b/packfile/entry.go index c17fe619..50c5e73b 100644 --- a/packfile/entry.go +++ b/packfile/entry.go @@ -1,4 +1,4 @@ -package pack +package packfile import ( "fmt" |
