2016-06-16 11:44 GMT+02:00 User123 <twisters...@gmail.com>: > json: unsupported type: <-chan struct {}
A channel type is not serializable, as the error says. It's possible that older versions of Go just skipped this without generating an error, I don't know. If that's the case you may be able to continue getting that behavior by using a `json:"-"` field tag. //jb -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.