Development-Setup
STEP 1: Install Docker
STEP 2: Download repository
STEP 3: Setup container
cd ./goreplay
make buildTesting
make testdocker run -v `pwd`:/go/src/github.com/buger/gor/ -p 0.0.0.0:8000:8000 -t -i gor:go go test ./. -run TestEmitterFiltered -timeout 60s -ldflags "-X main.VERSION=DEV-1482398347 -extldflags \"-static\"" -vBuilding
Last updated