Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 303 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 303 Bytes

Byte Utilities for Go

This package defines some basic utilities for manipulating byte slices. It includes a buffer that supports Read, Write, and Seek operations, as well as a "fast" Xor operation.

Documentation on pkg.go.dev.