docker / libchan

Like Go channels over the network
Apache License 2.0
2.47k stars 142 forks source link

Fix panic when decoding embedded structs #70

Open tiborvass opened 9 years ago

tiborvass commented 9 years ago

Signed-off-by: Tibor Vass teabee89@gmail.com

dmcgowan commented 9 years ago

Can you provide a code snippet which produces this panic? I am writing unit tests for this other the PR and not quite sure I understand the case that is causing this.