package
0.0.0-20240704082632-aef3928b8a38
Repository: https://github.com/savsgio/gotils.git
Documentation: pkg.go.dev
# Functions
Copy returns a copy of byte slice in a new pointer.
Equal reports whether a and b are the same length and contain the same bytes.
Extend extends b to needLen bytes.
Prepend prepends bytes into a given byte slice.
PrependString prepends a string into a given byte slice.
Rand returns dst with a cryptographically secure string random bytes.