how to split a string after given slash in go lang code example Example: golang string split s := strings.Split("a,b,c", ",")