package
0.0.0-20241212173216-745cb4b42230
Repository: https://github.com/ibiscum/go-programming-cookbook-second-edition.git
Documentation: pkg.go.dev

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