diff options
| author | 2026-03-25 16:22:03 +0000 | |
|---|---|---|
| committer | 2026-03-25 16:22:03 +0000 | |
| commit | 311edcd50f3a84f4b860bde3cb887451d74eaa11 (patch) | |
| tree | be7aa5e9a51e636358f33b1c90637b5024b70dc3 /cmd/receivepack9418/errpkt.go | |
| parent | README: Split off contrib, benchmarks, remove history for now I guess, etc. (diff) | |
| signature | No signature | |
network/protocol: Rename from protocol v0.1.110
Diffstat (limited to 'cmd/receivepack9418/errpkt.go')
| -rw-r--r-- | cmd/receivepack9418/errpkt.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/receivepack9418/errpkt.go b/cmd/receivepack9418/errpkt.go index 1a5e4837..743811aa 100644 --- a/cmd/receivepack9418/errpkt.go +++ b/cmd/receivepack9418/errpkt.go @@ -3,7 +3,7 @@ package main import ( "io" - "codeberg.org/lindenii/furgit/protocol/pktline" + "codeberg.org/lindenii/furgit/network/protocol/pktline" ) func writeErrPkt(w io.Writer, message string) { |
