diff options
| author | 2026-03-26 09:17:14 +0000 | |
|---|---|---|
| committer | 2026-03-26 09:18:30 +0000 | |
| commit | 3e884f5f3d42cbc4874a04da31dde10314b0cfad (patch) | |
| tree | f5e1e325fd1a2a0801791c054010213214475d80 /object/storer/packed/pack.go | |
| parent | network/receivepack: Rename from receivepack (diff) | |
| signature | No signature | |
format: Move commitgraph and packfile here
Diffstat (limited to 'object/storer/packed/pack.go')
| -rw-r--r-- | object/storer/packed/pack.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/object/storer/packed/pack.go b/object/storer/packed/pack.go index c8135d52..363fdc13 100644 --- a/object/storer/packed/pack.go +++ b/object/storer/packed/pack.go @@ -7,7 +7,7 @@ import ( "syscall" "codeberg.org/lindenii/furgit/internal/intconv" - packfmt "codeberg.org/lindenii/furgit/packfile" + packfmt "codeberg.org/lindenii/furgit/format/packfile" ) // packFile stores one mapped and validated .pack file. |
