package
0.0.0-20230130100827-6c64ebff31b2
Repository: https://github.com/packtpublishing/go-cookbook.git
Documentation: pkg.go.dev

# 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.