This website works better with JavaScript
Home
Explore
Help
Register
Sign In
ttr
/
api
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
api
/
go_services
/
build.sh
build.sh
105 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
9
CGO_ENABLED=0
# 设置 操作系统的类型
GOOS=linux
# 设置 cpu 架构
GOARCH=amd64
go build *.go