33 Star 502 Fork 237

malaohu / wechatbot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.sh 471 Bytes
一键复制 编辑 原始数据 按行查看 历史
malaohu 提交于 2022-12-07 20:12 . Create build.sh
#64bit
GOOS=windows GOARCH=amd64 go build -o bin/wechatbot-amd64.exe main.go
#32-bit
GOOS=windows GOARCH=386 go build -o bin/wechatbot-386.exe main.go
# 64-bit
GOOS=linux GOARCH=amd64 go build -o bin/wechatbot-amd64-linux main.go
# 32-bit
GOOS=linux GOARCH=386 go build -o bin/wechatbot-386-linux main.go
# 64-bit
GOOS=darwin GOARCH=amd64 go build -o bin/wechatbot-amd64-darwin main.go
# 32-bit
GOOS=darwin GOARCH=386 go build -o bin/wechatbot-386-darwin main.go
Go
1
https://gitee.com/shtml/wechatbot.git
git@gitee.com:shtml/wechatbot.git
shtml
wechatbot
wechatbot
main

搜索帮助