package main import ( "specCon18/bubblewand/cmd" ) func main() { cmd.Execute() }