Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 186 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 186 Bytes

buffstream

The buffstream package wraps io.Reader and io.Writer and prefixes each written []byte with its length, each Read on the other end will then return the exact same byte slice