package
0.1.7
Repository: https://github.com/playerr9/mygo-lib.git
Documentation: pkg.go.dev

# Functions

BytesToUtf8 converts a byte slice into a slice of runes, and returns an error if the byte slice contains invalid utf-8 data.
StringToUtf8 converts a string into a slice of runes, and returns an error if the string contains invalid utf-8 data.

# Variables

ErrInvalidUtf8 occurs when a certain byte sequence is not valid utf-8.