3 lines
89 B
Bash
3 lines
89 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rm -rf ./bin && go build -ldflags "-s -w" -o ./bin/http-proxy-server main.go
|