Substring di Golang seperti Python

runes := []rune(value)
fmt.Println("First 1:", string(runes[0:1]))
knavels