diff --git a/pbuf/bytes.go b/pbuf/bytes.go index 5f2091d..33ba0c9 100644 --- a/pbuf/bytes.go +++ b/pbuf/bytes.go @@ -76,7 +76,7 @@ func (bufferPool BufferPool[USRDAT]) ParseBytes(p ...byte) (b UserBytes[USRDAT]) } // Ignore refer to Item.Ignore -func (b UserBytes[USRDAT]) Ignore(from int) UserBytes[USRDAT] { +func (b UserBytes[USRDAT]) Ignore() UserBytes[USRDAT] { b.buf.Ignore() return b }