# Functions
No description provided by the author
# Structs
SharedBuffer is a goroutine safe bytes.Buffer
Origin: https://gist.github.com/arkan/5924e155dbb4254b64614069ba0afd81 https://github.com/arkan
Changes: - buffer field is now a pointer - Renamed to SharedBuffer - Added NewSharedBuffer.