package cmd import ( "fmt" ) func Cat(params []string) { fmt.Println(params) }