From 1a514922c85d104776d963bd81d49ce7bbb93ae1 Mon Sep 17 00:00:00 2001 From: "qiyunfanbo126.com" <815699> Date: Mon, 29 Apr 2024 16:28:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 83c89e1..04ce210 100644 --- a/main.go +++ b/main.go @@ -118,6 +118,7 @@ func startServer(opts *config.Options) (err error) { err = rpc.StartRpc() case "admin": err = server.StartHttp(pidFile, conf.Admin, routes.RegisterAdminRoute) + default: err = errors.New("no server start") }