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