What does the len() function return if passed a UTF-8 encoded string?
len()
It does not accept string types.
the number of bytes
the number of code points Length of string in Go (Golang).
the number of characters