Answers for "how to point string to array name in fuction golang"

Go
0

golang string to array

toArray := strings.Split("you must be pray before learn anything", " ")
fmt.Printf("this is array %v and type data is %v", toArray, reflect.TypeOf(toArray))
Posted by: Guest on October-04-2021

Code answers related to "how to point string to array name in fuction golang"

Browse Popular Code Answers by Language