# Packages
No description provided by the author
# Functions
Buffer demonstrates some tricks for initializing bytes Buffers These buffers implement an io.Reader interface.
ModifyString modifies a string in a number of ways.
SearchString shows a number of methods for searching a string.
StringReader demonstrates how to create an io.Reader interface quickly with a string.
WorkWithBuffer will make use of the buffer created by the Buffer function.