I read the article https://blog.golang.org/strings and realized that you can only determine the letter by position number using package "unicode/utf8" (maybe I'm wrong). I looked at all the functions of the package, but I did not understand how to do it? I need (pseudocode):
var word := "golang"
var letter := word[3] // letter a