mh_server/main.go
2021-06-30 10:12:05 +08:00

11 lines
75 B
Go

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