oh yeah and i threw out the binary codec and just use gob, gob is faster and relatively future proof and you are only using it with a Go app so why waste your time writing a badly written binary codec (you could have at least used bytes.Buffer)
oh yeah and i threw out the binary codec and just use gob, gob is faster and relatively future proof and you are only using it with a Go app so why waste your time writing a badly written binary codec (you could have at least used bytes.Buffer)