This question already has an answer here:
How to find zero index value from the given string.
package main import "fmt" func main(){ var data string data = "hello_world_to_goalng" }
</div>