package main import ( "mh-server/cmd" ) func main() { cmd.Execute() }