http-proxy-server/build.sh

3 lines
89 B
Bash
Executable File

#!/bin/bash
rm -rf ./bin && go build -ldflags "-s -w" -o ./bin/http-proxy-server main.go