FIXED:
* Link in README
* ReadConnResponse was not properly reading in the response status byte
before checking the checksum, leading to receiving/parsing Response
messages from a net.Conn *always* failing with an errs.ErrBadHdr.
This has been rectified.