From b7714153ff8f5e2e79767330ada9aa8c3b1d26cb Mon Sep 17 00:00:00 2001 From: Gordon <46924906+FGadvancer@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:31:05 +0800 Subject: [PATCH] refactor: unified naming for module startup functions. --- cmd/openim-rpc/openim-rpc-auth/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/openim-rpc/openim-rpc-auth/main.go b/cmd/openim-rpc/openim-rpc-auth/main.go index da281b70e..8af912828 100644 --- a/cmd/openim-rpc/openim-rpc-auth/main.go +++ b/cmd/openim-rpc/openim-rpc-auth/main.go @@ -26,5 +26,6 @@ func main() { authCmd.AddPrometheusPortFlag() if err := authCmd.Exec(); err != nil { util.ExitWithError(err) + } }