This website requires JavaScript.
Explore
Help
Sign In
windy
/
kafka-proxy
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
c7810090da66d64475af39d317ad30a7c63523d1
kafka-proxy
/
build-linux-bin.sh
T
2 lines
72 B
Bash
Raw
Normal View
History
Unescape
Escape
add ignore
2019-01-07 11:45:13 +08:00
#!/bin/zsh
env
GOOS
=
linux
GOARCH
=
amd64
CGO_ENABLED
=
0
go build -o proxy .
Reference in New Issue
Copy Permalink