fix(server): output detailed error message

Resolved #8.
This commit is contained in:
kallydev
2020-11-29 12:21:32 +08:00
parent 6cdc720ec4
commit 3089fbf1e6
4 changed files with 9 additions and 8 deletions

View File

@ -10,7 +10,7 @@ var configPath string
func init() {
flag.StringVar(&configPath, "config", "../config.yaml", "config file path")
flag.Parse()
flag.Parse()
}
func main() {