http-proxy-server/build.sh

3 lines
89 B
Bash
Raw Normal View History

2023-10-31 02:41:27 +00:00
#!/bin/bash
rm -rf ./bin && go build -ldflags "-s -w" -o ./bin/http-proxy-server main.go