package str import ( "fmt" "testing" ) func TestInternal(tt *testing.T) { fmt.Println(splitWordsToLower("Hello World,goodbye world!")) fmt.Println(upperIndex("Hello World,goodbye world!")) }