toy logging daemon
mkdir ${GOPATH:-${HOME}/go}/src/github.com/tbarker25/
cd ${GOPATH:-${HOME}/go}/src/github.com/tbarker25/
git clone [email protected]:tbarker25/http-logger.git
go build
./util/fake-apache-log-generator --num=-1 --sleep=0.001 | ./http-logger
note that pip install
might be necessary for ./util/fake-apache-log-generator
go test ./...