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
fe653efa1f810537eebdcb997f7c450174cc0af4
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