how to split a string at a certain point golang code example Example: golang string split s := strings.Split("a,b,c", ",")