Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 336 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 336 Bytes

腾讯短信网关服务

使用go mod 解决依赖问题:

Golang 版本大于 1.12
export GO111MODULE="on"
export GOPROXY="https://goproxy.cn,direct"

Mac交叉编译方法:

CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o tsmsrv app/main.go