We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e98e1 commit e8afcceCopy full SHA for e8afcce
pbuf/bytes.go
@@ -76,7 +76,7 @@ func (bufferPool BufferPool[USRDAT]) ParseBytes(p ...byte) (b UserBytes[USRDAT])
76
}
77
78
// Ignore refer to Item.Ignore
79
-func (b UserBytes[USRDAT]) Ignore(from int) UserBytes[USRDAT] {
+func (b UserBytes[USRDAT]) Ignore() UserBytes[USRDAT] {
80
b.buf.Ignore()
81
return b
82
0 commit comments