Skip to content

Stream encoding

Luke Champine requested to merge encode into master

The encoding package now works with readers and writers instead of byte slices. This is how json and gob do things, and I can see why.

Also some minor fixes that didn't make it into the last PR.

Merge request reports