w := "voilĂ " for i := 0; i < len(w); i++ { fmt.Println(i, w[i]) }