Versions in this module Expand all Collapse all v0 v0.0.1 Jan 24, 2026 Changes in this version + type ByteQueue struct + func (bq *ByteQueue) Peek() []byte + func (bq *ByteQueue) Pop(n int) + func (bq *ByteQueue) Write(data []byte) (int, error)