package
0.0.0-20211205205814-168ccc21e67c
Repository: https://github.com/ziutek/emgo.git
Documentation: pkg.go.dev
# Functions
HasPrefix tests whether the string s begins with prefix.
IndexByte returns the index of first c in s or -1 if there is no c in s.
TrimSpace returns a slice of the string s, with all leading and trailing white space removed.