diff options
| author | 2026-03-25 16:22:03 +0000 | |
|---|---|---|
| committer | 2026-03-25 16:22:03 +0000 | |
| commit | 311edcd50f3a84f4b860bde3cb887451d74eaa11 (patch) | |
| tree | be7aa5e9a51e636358f33b1c90637b5024b70dc3 /cmd | |
| 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')
| -rw-r--r-- | cmd/receivepack9418/errpkt.go | 2 | ||||
| -rw-r--r-- | cmd/receivepack9418/gitproto.go | 2 |
2 files changed, 2 insertions, 2 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) { diff --git a/cmd/receivepack9418/gitproto.go b/cmd/receivepack9418/gitproto.go index d0d6c707..28c192d4 100644 --- a/cmd/receivepack9418/gitproto.go +++ b/cmd/receivepack9418/gitproto.go @@ -4,7 +4,7 @@ import ( "fmt" "io" - "codeberg.org/lindenii/furgit/protocol/pktline" + "codeberg.org/lindenii/furgit/network/protocol/pktline" ) func readGitProtoRequest(r io.Reader) (gitProtoRequest, error) { |
