DHowett / go-plist

A pure Go Apple Property List transcoder
Other
414 stars 96 forks source link

Fix Marshaler support for slices of interfaces. #75

Open grahammiln opened 1 year ago

grahammiln commented 1 year ago

Support encoding of general interfaces slices,[]interface{}, and slices of constrained interfaces.

DHowett commented 1 year ago

Thanks! As with your prior PR (for which I'm also grateful) I'll need to get to this in a bit. I'm hoping to have some time this week. :)