Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 257 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 257 Bytes

Go Reverse Proxy (gorp)

Dead simple http reverse proxy

Build using

Building for default OS

mkdir build
go build -o build/gorp

Building for Windows

mkdir build
env GOOS=windows GOARCH=amd64 go build -o build/gorp.exe