mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-10-29 15:30:03 +08:00
feat: delele go work sum
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
parent
51ad54b039
commit
67ba395907
@ -25,8 +25,10 @@ LOCAL_OUTPUT_ROOT="${OPENIM_ROOT}/${OUT_DIR:-_output}"
|
|||||||
source "${OPENIM_ROOT}/scripts/lib/init.sh"
|
source "${OPENIM_ROOT}/scripts/lib/init.sh"
|
||||||
|
|
||||||
#TODO
|
#TODO
|
||||||
IP=http://127.0.0.1
|
# IP=http://127.0.0.1
|
||||||
IP=$(openim::util::get_server_ip)
|
if [ -z "${IP}" ]; then
|
||||||
|
IP=$(openim::util::get_server_ip)
|
||||||
|
fi
|
||||||
|
|
||||||
function def() {
|
function def() {
|
||||||
local var_name="$1"
|
local var_name="$1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user