package
0.0.0-20240807084400-93202a208511
Repository: https://github.com/yirgacheffe/golang-codes.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
Buffer demonstrates some tricks for initializing bytes Buffers These buffers implement an io.Reader interface.
ModifyString modifies a string in a number of ways.
No description provided by the author
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.