Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: cycloidio/mxwriter

Tags

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
demux: Fixed the Keys fn to not return a reference (#3)

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from cycloidio/fg-delete

v1.0.2

Toggle v1.0.2's commit message
demux: Changed the NewDemux to expect interface

This way the caller can use any of the io.ReadWriter implementations of the Mux and at the end
we have to cast it back to *mux so we do not care of that specific type

v1.0.1

Toggle v1.0.1's commit message
README: Improve it also with the rename missing

v1.0.0

Toggle v1.0.0's commit message
Rename from 'writer' to 'mxwriter'

So it's easy distinguished from a normal 'writer'