This website requires JavaScript.
Explore
Help
Sign In
zeldon
/
http-proxy-server
mirror of
https://github.com/xzeldon/http-proxy-server.git
Watch
1
Star
0
Fork
You've already forked http-proxy-server
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1fa7ffdc77
http-proxy-server
/
build.sh
3 lines
89 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
rm -rf ./bin
&&
go build -ldflags
"-s -w"
-o ./bin/http-proxy-server main.go
Reference in New Issue
View Git Blame
Copy Permalink