From 531a7bc76a623f1fe3f57ef81a6f7d7b78b9097d Mon Sep 17 00:00:00 2001 From: yv1ing Date: Tue, 1 Apr 2025 11:04:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E7=82=B9=E5=B0=8F?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocol/fastpath.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/fastpath.go b/protocol/fastpath.go index aedcc37..d9a64d2 100644 --- a/protocol/fastpath.go +++ b/protocol/fastpath.go @@ -134,7 +134,7 @@ func (f *FastPath) Write(payload []byte) error { } /* - FastParh解包 + FastPath解包 */ func (f *FastPath) Read() (payload []byte, err error) {