Osvaldo Santana Neto

16%
Flag icon
The built-in len function returns the number of bytes (not runes) in a string, and the index operation s[i] retrieves the i-th byte of string s, where 0 ≤ i < len(s).
The Go Programming Language
Rate this book
Clear rating
Open Preview