Error returns error message
()
| 211 | |
| 212 | // Error returns error message |
| 213 | func (e *queueError) Error() string { |
| 214 | return e.message |
| 215 | } |
| 216 | |
| 217 | // peekCheckErr is identical to peek, but does not actually return any data |
| 218 | func (q *BytesQueue) peekCheckErr(index int) error { |
no outgoing calls