Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 418 Bytes

File metadata and controls

7 lines (6 loc) · 418 Bytes

编译命令

操作系统 命令
Mac CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -o jms-cli
Windows CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o jms-cli
Linux CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o jms-cli