golang separate string into cahracters of two code example Example: golang string split s := strings.Split("a,b,c", ",")