package main import ( "strings" "code.squareroundforest.org/arpio/wand" ) func main() { wand.Exec(strings.Split) }