yeah you know who this is
it's your one and only manduco in da house!
Server:
$ cd server
$ go build
$ ./server
Client:
$ cd client
$ go build
$ ./client <path-to-png-image>
Use a ssh tunnel from client to server:
ssh -L 1234:localhost:1234 user@server_ip
Use go build -tags trace
instead of go build
when building the client/server.