To build the server program in the current directory:
mkdir -p $GOPATH/src/github.com/WhiteHatCP
git clone https://github.com/WhiteHatCP/seclab-listener.git $GOPATH/src/github.com/WhiteHatCP/seclab-listener
go build github.com/WhiteHatCP/seclab-listener
$ ./seclab-listener
usage: seclab key dest open closed
$ ./seclab-listener ~/private/key /var/www/status.svg /var/www/open.svg /var/www/closed.svg
You are now listening for new connections on seclab.sock
in the current directory.