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