direct-connect / go-dc

Direct Connect library for Go (NMDC and ADC protocols)
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

adc: fix SND marshaling/unmarshaling #35

Closed aler9 closed 5 years ago

aler9 commented 5 years ago

WARNING: this requires #33

This patch fixes SND parsing, since MarshalADC and UnmarshalADC were not inherited from GET, and adds unit tests.

dennwc commented 5 years ago

33 merged, so this now requires a rebase (Github can't do this automatically).

aler9 commented 5 years ago

rebased

dennwc commented 5 years ago

Thanks!