From 311edcd50f3a84f4b860bde3cb887451d74eaa11 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 25 Mar 2026 16:22:03 +0000 Subject: network/protocol: Rename from protocol --- cmd/receivepack9418/errpkt.go | 2 +- cmd/receivepack9418/gitproto.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd') 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) { -- cgit v1.3.1-10-gc9f91