bytes: add Buffer.Available and Buffer.AvailableBuffer · Issue #53685 · golang/go

Hi! I propose to introduce a new method to bytes.Buffer: // Extend grows buffer by n bytes, moves write position at the end of // just grown data and return a part of buffer what extended the // pr...