mh_server/main.go

10 lines
74 B
Go

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