message reaction bug fix

This commit is contained in:
Gordon
2023-02-27 15:41:22 +08:00
parent 59d1090a6d
commit c0d633bc34
23 changed files with 238 additions and 190 deletions
+3 -1
View File
@@ -3,10 +3,12 @@
BINARY_NAME=open_im_cache
BIN_DIR=../../../bin/
OS:= $(or $(os),linux)
ARCH:=$(or $(arch),amd64)
all: gotool build
build:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-w -s"
CGO_ENABLED=0 GOOS=${OS} GOARCH=${ARCH} go build -ldflags="-w -s"
run:
@go run ./