修复一点小错误

This commit is contained in:
2025-04-01 11:04:05 +08:00
parent 6720895668
commit 531a7bc76a

View File

@@ -134,7 +134,7 @@ func (f *FastPath) Write(payload []byte) error {
} }
/* /*
FastParh解包 FastPath解包
*/ */
func (f *FastPath) Read() (payload []byte, err error) { func (f *FastPath) Read() (payload []byte, err error) {