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