Merge remote-tracking branch 'origin/errcode' into errcode

This commit is contained in:
withchao
2023-03-07 11:12:53 +08:00
8 changed files with 72 additions and 26 deletions
+8
View File
@@ -325,3 +325,11 @@ const BigVersion = "v2"
const LogFileName = "OpenIM.log"
const CurrentVersion = "v2.3.4-rc0"
const LocalHost = "0.0.0.0"
// flag parse
const (
FlagPort = "port"
FlagConf = "config_folder_path"
)