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