Skip to content

acep-devops/gorp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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