1

How to find zero index value from the given string.

package main

import "fmt"

func main(){
    var data string

    data = "hello_world_to_goalng"

}
Anshu
  • 1,277
  • 2
  • 13
  • 28
  • 1
    I'm struggling a bit at understanding what your expected result is...? – Joachim Isaksson May 09 '19 at 05:50
  • Your question is incomplete, but splitting a string in Go is trivial. What have you tried? If one of the many linked duplicates doesn't help, and a search doesn't help, please clarify your question, or ask a new one. – Jonathan Hall May 09 '19 at 05:59

0 Answers0