Skip to content

Instantly share code, notes, and snippets.

@axgle
Created November 18, 2009 12:47
Show Gist options
  • Save axgle/237805 to your computer and use it in GitHub Desktop.
Save axgle/237805 to your computer and use it in GitHub Desktop.
package main
import ("strings";)
func main(){
v:=strings.Split("a b c"," ",0);
print(strings.Join(v,":"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment